From ee245ee630a38c89e812be1dcb717798b832b557 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Sat, 21 Oct 2023 20:02:46 +0200 Subject: [PATCH] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa176f3..0b9c09b 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,5 @@ Generic Nix development environment I use for my projects. Put to following in ``` -use flake "git:https://git.kun.is/pim/nix-dev-envs.git/" +use flake "git+https://git.kun.is/pim/nix-dev-envs.git/" ```