This commit is contained in:
Lucas 2025-12-12 15:15:56 +01:00 committed by GitHub
commit e5c8e79670
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -21,6 +21,7 @@
class = "nvf";
specialArgs = {
inherit pkgs lib inputs;
inherit (inputs) self;
};
modules = import ../../modules/modules.nix {inherit pkgs lib;};
};

View file

@ -21,6 +21,7 @@
class = "nvf";
specialArgs = {
inherit pkgs lib inputs;
inherit (inputs) self;
};
modules = import ../../modules/modules.nix {inherit pkgs lib;};
};