From 166a6d33bb4da55eca18673016de2eb2de845f68 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 16 Jan 2024 17:53:29 +0000 Subject: [PATCH] Fix brackets --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 394bb5b..58ecf52 100644 --- a/flake.nix +++ b/flake.nix @@ -34,6 +34,7 @@ } ./hardware-configuration.nix ]; + }; "dev-one" = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; @@ -54,6 +55,7 @@ } ./hardware-configuration.nix ]; + }; ({config, pkgs, ...}: { nix = {