nixos/pay-respects: fix "(eval):1: parse error near `alias'" (#385287)

This commit is contained in:
Ryan Hendrickson
2025-03-15 03:24:38 -04:00
committed by GitHub
+1 -1
View File
@@ -59,7 +59,7 @@ let
shell:
if (shell != "fish") then
''
eval $(${getExe finalPackage} ${shell} --alias ${cfg.alias})
eval "$(${getExe finalPackage} ${shell} --alias ${cfg.alias})"
''
else
''