diff --git a/lib/default.nix b/lib/default.nix index 2a111e97..1fa65466 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -44,7 +44,7 @@ repo ? "nixpkgs" }: inputs.nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme; }; - pkgs = import inputs.${repo} { inherit platform }; + pkgs = import inputs.${repo} { inherit platform; }; modules = [ # Types are 'default', 'small', and 'minimal'