From 2a9cccc98bd1a8b0019b858aa4f9c21c7efb8b0b Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 15 Jan 2024 13:21:14 +0900 Subject: project!: disambiguate nix,nixpkgs options --- lib/mk_system.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/mk_system.nix') diff --git a/lib/mk_system.nix b/lib/mk_system.nix index a1a4eab..54dddbe 100644 --- a/lib/mk_system.nix +++ b/lib/mk_system.nix @@ -21,8 +21,10 @@ nixpkgs.lib.nixosSystem ( } entryPoint hardware + # TODO: import all modules (use mapModules?) ../modules/flakes.nix ../modules/nix.nix + ../modules/nixpkgs.nix ] ++ nixpkgs.lib.optional (overlays != null) { nixpkgs.overlays = overlays; } ++ nixpkgs.lib.optionals (extraModules != null) extraModules; } -- cgit 1.4.1