Skip to content

Commit daf1241

Browse files
committed
fix (without alejandra formatting)
1 parent ef76ff7 commit daf1241

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup-hook.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ makeSetupHook
6161
${
6262
if drv.passthru.mutableInstall then
6363
''
64-
cp -Lr ${drv} ${dest}
65-
chmod -R +w ${dest}
64+
cp -Lr "${drv}" "${dest}"
65+
chmod -R +w "${dest}"
6666
''
6767
else
68-
''ln -s ${drv} ${dest}''
68+
''ln -s "${drv}" "${dest}"''
6969
}
7070
''
7171
) finalDeps;

0 commit comments

Comments
 (0)