From fb04a072176caf3445f440f01cbf671673ad307d Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Sun, 17 Aug 2025 03:20:17 +0200 Subject: [PATCH] fix: make vm shortcup --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7ba070d..7bced67 100644 --- a/Makefile +++ b/Makefile @@ -72,11 +72,11 @@ vm: vm-run vm-run: @echo "🖥️ Starting workshop VM as root..." - nix run .#local-vm -- --extra-experimental-features 'nix-command flakes' --command root + nix run .#local-vm --impure vm: vm-build @echo "🧪 Testing VM build as root..." - nix build --extra-experimental-features 'nix-command flakes' .#local-vm + nix build .#local-vm --impure @echo "✅ VM builds successfully" deploy-cloud: