This commit is contained in:
iFargle 2023-12-14 20:29:39 +09:00
parent 4379c9937b
commit d1b0087b5d

View file

@ -84,8 +84,7 @@
desktop ? null, desktop ? null,
platform ? "aarch64-linux", platform ? "aarch64-linux",
gpu ? null, gpu ? null,
theme ? "default", theme ? "default"
type ? null
}: inputs.nixpkgs.lib.nixosSystem { }: inputs.nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs outputs desktop hostname username stateVersion hmStateVersion gpu platform theme; }; specialArgs = { inherit inputs outputs desktop hostname username stateVersion hmStateVersion gpu platform theme; };
system = platform; system = platform;