From 8e675f17e20e9cd28646ba98ba67a704dd21e705 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Sat, 21 Oct 2023 20:04:07 +0200 Subject: [PATCH] fix another typo in the readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b9c09b..2641794 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Generic Nix development environment I use for my projects. ## Usage -Put to following in +Put to following in `.envrc`: ``` -use flake "git+https://git.kun.is/pim/nix-dev-envs.git/" +use flake "git+https://git.kun.is/pim/nix-dev-envs.git#" ```