Fix missing argument for CI build
This commit is contained in:
@@ -14,6 +14,7 @@ rec {
|
|||||||
modules = [ ./home.nix ];
|
modules = [ ./home.nix ];
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
|
nixvim = inputs.nixvimunstable;
|
||||||
gui = false;
|
gui = false;
|
||||||
gnome = false;
|
gnome = false;
|
||||||
host = "ivr";
|
host = "ivr";
|
||||||
|
|||||||
Reference in New Issue
Block a user