nixos/activation/bootspec: fixup improper $out substitution
This commit is contained in:
parent
b37cee3dba
commit
5af481f67f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue