This commit is contained in:
iFargle 2024-01-31 12:20:59 +09:00
parent d0c8004f2e
commit 00a528e8b4

View file

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