mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
parent
8ca4d2ef08
commit
d068b82c2f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ mkDerivation {
|
||||||
"b"
|
"b"
|
||||||
"c"
|
"c"
|
||||||
];
|
];
|
||||||
exportReferencesGraph.refs = [ dep ];
|
exportReferencesGraph.refs = dep;
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
touch ''${outputs[out]}; touch ''${outputs[dev]}
|
touch ''${outputs[out]}; touch ''${outputs[dev]}
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue