Skip to content

Commit

Permalink
Fix repository name in template description again.
Browse files Browse the repository at this point in the history
  • Loading branch information
britter authored Oct 26, 2024
1 parent e0d71ed commit 3553f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 .";
};
};
}
Expand Down

0 comments on commit 3553f8f

Please sign in to comment.