outputs: inherit self
This commit is contained in:
parent
c5292e8a31
commit
ccae4f8ef4
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ let
|
|||
lib = (import "${inputs.nixpkgs}/lib").extend (import ./lib/overlays/version-info-fixup.nix { inherit inputs; });
|
||||
|
||||
self = {
|
||||
inherit lib inputs;
|
||||
inherit inputs lib self;
|
||||
modifiedNixpkgs = import ./pkgs/top-level/impure.nix;
|
||||
modifiedNixpkgsPure = import ./pkgs/top-level/default.nix;
|
||||
overlays = {
|
||||
|
|
Loading…
Reference in a new issue