From 33855381422932a208fa412bd4a96c0905aafdf1 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 17 Mar 2025 09:49:18 +0900 Subject: nix: clean up flake outputs Signed-off-by: Ophestra --- nixos.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nixos.nix') diff --git a/nixos.nix b/nixos.nix index aa2f1788..37ef5563 100644 --- a/nixos.nix +++ b/nixos.nix @@ -1,3 +1,4 @@ +packages: { lib, pkgs, @@ -26,7 +27,7 @@ let in { - imports = [ ./options.nix ]; + imports = [ (import ./options.nix packages) ]; config = mkIf cfg.enable { security.wrappers.fsu = { -- cgit v1.3.1