This commit is contained in:
iFargle 2023-09-19 10:42:22 +09:00
parent faeb13b17f
commit ff74bf810c

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 inputs.nixkpgs { inherit system; };
modules = [
../nixos