diff --git a/flake.nix b/flake.nix index 109c877..fff8c41 100644 --- a/flake.nix +++ b/flake.nix @@ -98,11 +98,11 @@ # to pass through arguments to home.nix extraSpecialArgs = {inherit inputs;}; }; - }; - templates = { - rust = { - path = ./templates/rust; - description = "A simple rust binary template"; + templates = { + rust = { + path = ./templates/rust; + description = "A simple rust binary template"; + }; }; }; }