specialArgs should be Terminal

This commit is contained in:
Emile Clark-Boman 2025-12-14 20:50:07 +10:00
parent 09e9782e37
commit 4c69ed4407

View file

@ -75,10 +75,10 @@
in {
system = missing "its system type" "system"; # intentionally left missing!! (to raise errors)
modules = missing "its required modules" "modules";
specialArgs = {
specialArgs = Terminal {
inherit inputs;
pkgs = Terminal (sys.pkgsFor system);
upkgs = Terminal (sys.upkgsFor system);
pkgs = sys.pkgsFor system;
upkgs = sys.upkgsFor system;
};
deploy = {