fix: update nomarchy-test-vm to use the default flake configuration

This commit is contained in:
Bernardo Magri
2026-04-13 13:59:03 +01:00
parent 540718693f
commit 1b75a440b1

View File

@@ -4,7 +4,7 @@
echo "Building Nomarchy VM (Installed Environment)..."
echo "Note: To test the INSTALLER, run 'nomarchy-test-installer' instead."
nix build .#nixosConfigurations.vm.config.system.build.vm
nix build .#nixosConfigurations.default.config.system.build.vm
if [ $? -eq 0 ]; then
echo "Success! Launching VM..."