From b63f75815c301b52b20d02b84a49f52a25776aa8 Mon Sep 17 00:00:00 2001 From: Hung Date: Fri, 20 Jan 2023 10:59:07 -0800 Subject: [PATCH] bonehead on nix flake's fetch git convention --- templates/py-poetry/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/py-poetry/README.md b/templates/py-poetry/README.md index 2349dfa..2b1e13a 100644 --- a/templates/py-poetry/README.md +++ b/templates/py-poetry/README.md @@ -4,7 +4,7 @@ - Bootstrapped with [pegasust/dotfiles](https://git.pegasust.com/pegasust/dotfiles) -`nix flake new --template git:git.pegasust.com/pegasust/dotfiles#py-poetry ./` +`nix flake new --template git+https://git.pegasust.com/pegasust/dotfiles.git#py-poetry ./` - Provides [devShell (`nix develop`)](https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-develop.html), [shell.nix (`nix-shell -p ./`)](https://nixos.org/manual/nix/stable/command-ref/nix-shell.html)