Fix repository name in template description again.

This commit is contained in:
Benedikt Ritter 2024-10-26 15:20:12 +02:00 committed by GitHub
parent e0d71edd99
commit 3553f8fbfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 .";
};
};
}