outputs: inherit self

This commit is contained in:
Wroclaw 2024-07-07 08:16:17 +02:00
parent c5292e8a31
commit ccae4f8ef4

View file

@ -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 = {