replace-dependency: fix a syntax error while generating references.nix
This commit is contained in:
parent
e23890fd99
commit
f767bee1f4
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue