mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 14:11:21 +00:00
replace-dependency: fix a syntax error while generating references.nix
This commit is contained in:
parent
e23890fd99
commit
f767bee1f4
@ -35,7 +35,7 @@ let
|
||||
read ref_path
|
||||
if [ "$ref_path" != "$path" ]
|
||||
then
|
||||
echo " (builtins.storePath $ref_path)"
|
||||
echo " (builtins.storePath (/. + \"$ref_path\"))"
|
||||
fi
|
||||
count=$(($count - 1))
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user