Merge pull request #533 from britter/patch-1

Fix repository name in template description again.
This commit is contained in:
Jörg Thalheim 2024-10-27 09:16:07 +01:00 committed by GitHub
commit 7789681eb2
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 .";
};
};
}