diff options
Diffstat (limited to 'doc/manual/rl-next/addDrvOutputDependencies.md')
-rw-r--r-- | doc/manual/rl-next/addDrvOutputDependencies.md | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/manual/rl-next/addDrvOutputDependencies.md b/doc/manual/rl-next/addDrvOutputDependencies.md deleted file mode 100644 index 0442383ec..000000000 --- a/doc/manual/rl-next/addDrvOutputDependencies.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -synopsis: "Add a builtin `addDrvOutputDependencies`" -prs: 9216 -issues: 7910 -credits: [ericson, horrors] -category: Features ---- - -This builtin allows taking a `drvPath`-like string and turning it into a string -with context such that, when it lands in a derivation, it will create -dependencies on *all the outputs* in its closure (!). Although `drvPath` does this -today, this builtin starts forming a path to migrate to making `drvPath` have a -more normal and less surprising string context behaviour (see linked issue and -PR for more details). |