This commit is contained in:
iFargle 2023-09-19 10:42:51 +09:00
parent ff74bf810c
commit 1443a0f71e

View file

@ -47,7 +47,7 @@
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme format; }; specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme format; };
system = platform; system = platform;
format = format; format = format;
pkgs = import inputs.nixkpgs { inherit system; }; pkgs = import inputs.nixkpgs { inherit platform; };
modules = [ modules = [
../nixos ../nixos