.PHNOY: run all build clean debug all: clean build run: all ./result/bin/run-nixos-vm build: nix build ".?submodules=1#nixosConfigurations.vm.config.system.build.vm" --no-eval-cache debug: nix build ".#nixosConfigurations.vm.config.system.build.vm" --no-eval-cache --show-trace clean: rm nixos.qcow2 -f rm result -rf