outputs: use 'outPath' instead of '__toString' for selfPath
This commit is contained in:
parent
eb3119d34d
commit
6c64393312
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ lib = (import "${inputs.nixpkgs}/lib").extend (import ./lib/overlays/version-inf
|
|||
|
||||
self = {
|
||||
inherit inputs lib self;
|
||||
__toString = _: selfPath;
|
||||
outPath = selfPath;
|
||||
modifiedNixpkgs = import ./pkgs/top-level/impure.nix;
|
||||
modifiedNixpkgsPure = import ./pkgs/top-level/default.nix;
|
||||
overlays = {
|
||||
|
|
Loading…
Reference in a new issue