mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
Move exportReferencesGraph
to DerivationOptions
Tests are updated accordingly.
This commit is contained in:
parent
307dbe9914
commit
d285b80033
18 changed files with 183 additions and 56 deletions
|
@ -59,4 +59,10 @@ derivation' {
|
|||
];
|
||||
preferLocalBuild = true;
|
||||
allowSubstitutes = false;
|
||||
exportReferencesGraph = [
|
||||
"refs1"
|
||||
foo
|
||||
"refs2"
|
||||
bar.drvPath
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue