Fix flake setting warning

This commit is contained in:
Sandro - 2023-01-05 22:14:34 +01:00
parent a64499b423
commit c5e4c5bbdc
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 2 deletions

View File

@ -167,8 +167,7 @@ lib.attrsets.mapAttrs
rm -f old
[ -e current ] && cp --no-dereference current old
nix build -L \
-o current \
nix build -L --accept-flake-config -o current \
${self}#nixosConfigurations.${name}.config.microvm.declaredRunner
echo '${selfRef}' > flake