diff --git a/flake.nix b/flake.nix index e7a1e2e..c5ba642 100644 --- a/flake.nix +++ b/flake.nix @@ -2,12 +2,12 @@ description = "Some flake templates"; outputs = { self, nixpkgs }: { - template.minimum = { + templates.minimum = { path = ./minimum; description = "Minimal sane flake"; welcomeText = "mjau‼"; }; - template.rust = { + templates.rust = { path = ./rust; description = "Minimal flake for rust with overlay and devshell"; welcomeText = "mjau 🦀🦀🦀";