flake.nix: fix ln in microvm-update-${name}

This commit is contained in:
Astro 2022-09-16 22:12:06 +02:00
parent afc7a33eb5
commit 980da95261
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@
rm -f old
[ -e current ] && mv current old
ln -s ${hostConfig.microvm.declaredRunner} current
ln -sfT ${hostConfig.microvm.declaredRunner} current
echo '${selfRef}' > flake
[ -e old ] && nix store diff-closures ./old ./current