This commit is contained in:
iFargle 2023-09-19 10:42:05 +09:00
parent 2671c05a7e
commit faeb13b17f

View file

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