From a68b01520976f5f1e3588a9803460f6c9a8ad70f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 16 Jan 2024 15:38:38 +0200 Subject: [PATCH] fix vm path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3f55164..618e4fa 100644 --- a/Makefile +++ b/Makefile @@ -21,4 +21,4 @@ run-frontend: .PHONY: vm vm: - nix run .#nixosConfigurations.x86_64-linux.vm.config.system.build.vm + nix run .#nixosConfigurations.vm.config.system.build.vm