From fca3744086e0dd27d026d80a8ce3e57034d09fad Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Mon, 19 Feb 2024 03:16:43 +0100 Subject: [PATCH] allow forwardding arguments to nix-build for ./vm.sh --- vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm.sh b/vm.sh index 25d140d..37f0b48 100755 --- a/vm.sh +++ b/vm.sh @@ -1 +1 @@ -nix-build '' -A vm -I nixpkgs=channel:nixos-23.11 -I nixos-config=./nix-os-configs/vm.nix && $(ls ./result/bin/run-*) -m 4096 && rm *.qcow2 +nix-build '' -A vm -I nixpkgs=channel:nixos-23.11 -I nixos-config=./nix-os-configs/vm.nix $@ && $(ls ./result/bin/run-*) -m 4096 && rm *.qcow2