From c402d6275edd634ae23ac40011d7cfc96b809218 Mon Sep 17 00:00:00 2001 From: S Date: Wed, 3 Jun 2020 22:40:34 +0530 Subject: [PATCH] Add cached-nix-shell (#32) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2e9d003..9f4a9d6 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ Quickly locate nix packages with specific files. ## Development * [lorri](https://github.com/target/lorri/) - A much better `nix-shell` for development. +* [cached-nix-shell](https://github.com/xzfc/cached-nix-shell) - A `nix-shell` replacementt that uses caching to open subsequent shells quickly. * [nix-review](https://github.com/Mic92/nix-review) - The best tool to verify that a pull-request in nixpkgs is building properly. * [niv](https://github.com/nmattia/niv/) - Easy dependency management for Nix projects. * [pre-commit-hooks.nix](https://github.com/hercules-ci/pre-commit-hooks.nix) -