From 6aa936575b3423a9acfbf67de23e620582efef60 Mon Sep 17 00:00:00 2001 From: Thilo Hohlt <123883702+thiloho@users.noreply.github.com> Date: Sun, 11 Aug 2024 19:29:14 +0200 Subject: [PATCH] Update flake.nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3745e40..8083b4e 100644 --- a/flake.nix +++ b/flake.nix @@ -88,7 +88,7 @@ modules = [ ./nix/dev-vm.nix ]; }; demo-server = nixpkgs.lib.nixosSystem { - system = "aarch64-linux";; + system = "aarch64-linux"; modules = [ ./nix/demo-server ]; }; });