This commit is contained in:
iFargle 2024-01-31 12:21:26 +09:00
parent 00a528e8b4
commit 300951384d

View file

@ -45,7 +45,7 @@
}: 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}"; system = "${platform}";
pkgs = import inputs.${repo} { inherit system; }; pkgs = import inputs.${repo} { inherit platform; };
modules = [ modules = [
# Types are 'default', 'small', and 'minimal' # Types are 'default', 'small', and 'minimal'