nixos/activation/bootspec: fixup improper $out substitution

This commit is contained in:
Cole Helbling
2022-12-08 13:50:05 -08:00
parent b37cee3dba
commit 5af481f67f
+2 -2
View File
@@ -44,8 +44,8 @@ let
.v1.init = $init
''
"--sort-keys"
"--arg" "toplevel" "$out"
"--arg" "init" "$out/init"
"--arg" "toplevel" "${placeholder "out"}"
"--arg" "init" "${placeholder "out"}/init"
] + " < ${json}";
# We slurp all specialisations and inject them as values, such that