From 296891da773ef6c0f6559f3f2c8c708874f7038e Mon Sep 17 00:00:00 2001 From: xenia Date: Thu, 12 Oct 2023 16:11:25 +0200 Subject: [PATCH] =?UTF-8?q?template=20=E2=86=92=20templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 🦀🦀🦀";