outputs: use 'outPath' instead of '__toString' for selfPath

This commit is contained in:
Wroclaw 2024-09-10 02:06:42 +02:00
parent eb3119d34d
commit 6c64393312

View file

@ -9,7 +9,7 @@ lib = (import "${inputs.nixpkgs}/lib").extend (import ./lib/overlays/version-inf
self = { self = {
inherit inputs lib self; inherit inputs lib self;
__toString = _: selfPath; outPath = selfPath;
modifiedNixpkgs = import ./pkgs/top-level/impure.nix; modifiedNixpkgs = import ./pkgs/top-level/impure.nix;
modifiedNixpkgsPure = import ./pkgs/top-level/default.nix; modifiedNixpkgsPure = import ./pkgs/top-level/default.nix;
overlays = { overlays = {