mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01: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
|
@ -75,4 +75,6 @@ derivation' {
|
|||
];
|
||||
preferLocalBuild = true;
|
||||
allowSubstitutes = false;
|
||||
exportReferencesGraph.refs1 = [ foo ];
|
||||
exportReferencesGraph.refs2 = [ bar.drvPath ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue