From 3553f8fbfe21133e89dc8660c14439c2888f743c Mon Sep 17 00:00:00 2001 From: Benedikt Ritter Date: Sat, 26 Oct 2024 15:20:12 +0200 Subject: [PATCH] Fix repository name in template description again. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 31e348b..afab01e 100644 --- a/flake.nix +++ b/flake.nix @@ -67,7 +67,7 @@ overlays.default = final: _prev: { nix-direnv = final.callPackage ./default.nix { }; }; templates.default = { path = ./templates/flake; - description = "nix flake new -t github:nix-direnv/nix-direnv ."; + description = "nix flake new -t github:nix-community/nix-direnv ."; }; }; }