force system to be specified
This commit is contained in:
parent
272b03aa6e
commit
fd3b11c7cf
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ in rec {
|
||||||
'');
|
'');
|
||||||
in {
|
in {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
system = "x86_64-linux"; # sane default (i hope...)
|
system = missing "its system architecture" "system";
|
||||||
groups = [];
|
groups = [];
|
||||||
extraModules = [];
|
extraModules = [];
|
||||||
specialArgs = Terminal {};
|
specialArgs = Terminal {};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue