mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 11:36:11 +01:00
Merge pull request #533 from britter/patch-1
Fix repository name in template description again.
This commit is contained in:
commit
7789681eb2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 .";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue