From 32e1119e33cae83336c42c4dba0b90fafb2faee3 Mon Sep 17 00:00:00 2001 From: Sovran Systems <99053422+naturallaw777@users.noreply.github.com> Date: Thu, 17 Sep 2026 16:28:37 -0500 Subject: [PATCH] Updated to proper syntax to prevent build errors. --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index f73a97c..985b376 100644 --- a/flake.nix +++ b/flake.nix @@ -17,6 +17,7 @@ system = prev.stdenv.hostPlatform.system; config.allowUnfree = true; }; + }; in { nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {