mirror of
https://github.com/NixOS/nix
synced 2025-07-09 03:43:54 +02:00
exportReferencesGraph: Allow exporting a list of store paths
This commit is contained in:
parent
8191992c83
commit
82327e3cc4
2 changed files with 23 additions and 15 deletions
|
@ -62,5 +62,5 @@ mkDerivation {
|
|||
"1foobar" = "BAD";
|
||||
"foo$" = "BAD";
|
||||
|
||||
exportReferencesGraph.refs = dep;
|
||||
exportReferencesGraph.refs = [ dep ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue