outputs: remove selfPath, but use that method in selfExpr default
by stringifying ./. then appending path, nix adds selfPath (nix-store path) to gcroot of selfPath derivation
This commit is contained in:
parent
9e59fd06af
commit
19c4cb4c2f
2 changed files with 4 additions and 6 deletions
|
@ -25,7 +25,7 @@ self: super: {
|
|||
in ''
|
||||
{ ... } @ args:
|
||||
|
||||
import ${builtins.toString nixpkgsPath} {
|
||||
import ${nixpkgsPath} {
|
||||
${self.lib.optionalString useConfig configText}
|
||||
} // builtins.removeAttrs args (builtins.fromJSON '''
|
||||
${removedAttrNamesText}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue