fix: make vm shortcup
This commit is contained in:
4
Makefile
4
Makefile
@@ -72,11 +72,11 @@ vm: vm-run
|
|||||||
|
|
||||||
vm-run:
|
vm-run:
|
||||||
@echo "🖥️ Starting workshop VM as root..."
|
@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
|
vm: vm-build
|
||||||
@echo "🧪 Testing VM build as root..."
|
@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"
|
@echo "✅ VM builds successfully"
|
||||||
|
|
||||||
deploy-cloud:
|
deploy-cloud:
|
||||||
|
|||||||
Reference in New Issue
Block a user