1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-15 06:52:43 +01:00
This commit is contained in:
Eelco Dolstra 2025-05-24 00:40:06 +02:00
parent af7bfe7827
commit 4bc1043ae4

View file

@ -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]}
''; '';