specialArgs should be Terminal
This commit is contained in:
parent
09e9782e37
commit
4c69ed4407
1 changed files with 3 additions and 3 deletions
|
|
@ -75,10 +75,10 @@
|
||||||
in {
|
in {
|
||||||
system = missing "its system type" "system"; # intentionally left missing!! (to raise errors)
|
system = missing "its system type" "system"; # intentionally left missing!! (to raise errors)
|
||||||
modules = missing "its required modules" "modules";
|
modules = missing "its required modules" "modules";
|
||||||
specialArgs = {
|
specialArgs = Terminal {
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
pkgs = Terminal (sys.pkgsFor system);
|
pkgs = sys.pkgsFor system;
|
||||||
upkgs = Terminal (sys.upkgsFor system);
|
upkgs = sys.upkgsFor system;
|
||||||
};
|
};
|
||||||
|
|
||||||
deploy = {
|
deploy = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue