test
This commit is contained in:
parent
4379c9937b
commit
d1b0087b5d
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue