From 1839a8447026bf326c8c41b7370cf1d6b612c022 Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 5 Feb 2023 11:40:56 -0500 Subject: [PATCH] fix placement --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 81c355a..fed74c7 100755 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,6 @@ } ]; }; - }; hime = lib.nixosSystem { inherit system; modules = [ @@ -45,4 +44,5 @@ ]; }; }; + }; }