From 967dd5a69c0b5ad744228a5d21cae41d40da3c88 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Fri, 8 Dec 2023 13:32:15 +0530 Subject: [PATCH] fix flake urls --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bc6f846..72325ba 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ This repo contains a bunch of handy dev shells that can used on any system that ### Go - makes `go` and `gopls` available - - can be activated with `nix develop github:adtya/devshells#go` - - can also be activated with direnv by adding `use flake github:adtya/devshells#go` to `.envrc` + - can be activated with `nix develop github:adtya/devshell#go` + - can also be activated with direnv by adding `use flake github:adtya/devshell#go` to `.envrc` ### Python - makes `python3`, `pipenv`, `pyright` and `black` available in path - - can be activated with `nix develop github:adtya/devshells#python` - - can also be activated with direnv by adding `use flake github:adtya/devshells#python` to `.envrc` + - can be activated with `nix develop github:adtya/devshell#python` + - can also be activated with direnv by adding `use flake github:adtya/devshell#python` to `.envrc` - additionally, adding `layout pipenv` to `.envrc` will also activate the pipenv shell based on Pipfile and Pipfile.lock