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 @@ ]; }; }; + }; }