From 359177abefc51f90854eea793fb2d14db7628c38 Mon Sep 17 00:00:00 2001 From: Benedikt Ritter Date: Sat, 26 Oct 2024 11:14:49 +0200 Subject: [PATCH] Update repository name in template description --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index caa9e05..31e348b 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:Mic92/nix-direnv ."; + description = "nix flake new -t github:nix-direnv/nix-direnv ."; }; }; }