Add cached-nix-shell (#32)

This commit is contained in:
S 2020-06-03 22:40:34 +05:30 committed by GitHub
parent aaf23595b8
commit c402d6275e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) -