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