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

View file

@ -84,7 +84,8 @@
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;