feat(nix): add registry entry to self
This commit is contained in:
parent
f875fb90c5
commit
e3b7c63f20
2 changed files with 3 additions and 1 deletions
|
|
@ -142,7 +142,7 @@
|
|||
lib.nixosSystem {
|
||||
inherit pkgs system lib;
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
inherit inputs self;
|
||||
};
|
||||
modules = defaultModules ++ [ path ];
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue