This commit is contained in:
iFargle 2024-01-31 12:23:02 +09:00
parent 300951384d
commit 422aa5d1e3

View file

@ -44,7 +44,6 @@
repo ? "nixpkgs" repo ? "nixpkgs"
}: inputs.nixpkgs.lib.nixosSystem { }: inputs.nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme; }; specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme; };
system = "${platform}";
pkgs = import inputs.${repo} { inherit platform; }; pkgs = import inputs.${repo} { inherit platform; };
modules = [ modules = [