diff --git a/lib/default.nix b/lib/default.nix index fb5443bd..0dbaf1a4 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -52,13 +52,13 @@ hostPlatform = system; }; - modules = let - unstable-pkgs = import inputs.nixpkgs-unstable { - inherit system; - config.allowUnfree = unfree; - hostPlatform = system; - }; - in [ + unstable-pkgs = import inputs.nixpkgs-unstable { + inherit system; + config.allowUnfree = unfree; + hostPlatform = system; + }; + + modules = [ # Types are 'default', 'small', and 'minimal' ../nixos/${type}.nix inputs.sops-nix.nixosModules.sops