diff --git a/flake.nix b/flake.nix index da5e593..61be80e 100644 --- a/flake.nix +++ b/flake.nix @@ -3,10 +3,6 @@ outputs = { self }: { templates = { - shell = { - path = ./shell; - description = "Template for a devShell"; - }; package = { path = ./package; description = "Template for a nix package"; @@ -15,6 +11,10 @@ path = ./rust; description = "Rust template, using oxalica/rust-overlay"; }; + shell = { + path = ./shell; + description = "Template for a devShell"; + }; }; }; }