Add nix-direnv to list of development resources (#43)

This commit is contained in:
David Houston 2021-03-22 18:33:56 -04:00 committed by GitHub
parent e67d42ec1d
commit a53b18ccca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,6 +63,7 @@
* [gitignore.nix](https://github.com/hercules-ci/gitignore.nix) - Most feature complete and easy to use .gitignore integration
* [lorri](https://github.com/target/lorri/) - A much better `nix-shell` for development.
* [niv](https://github.com/nmattia/niv/) - Easy dependency management for Nix projects.
* [nix-direnv](https://github.com/nix-community/nix-direnv) - A fast loader and flake-compliant configuration for the direnv environment auto-loader.
* [nix-review](https://github.com/Mic92/nix-review) - The best tool to verify that a pull-request in nixpkgs is building properly.
* [pre-commit-hooks.nix](https://github.com/hercules-ci/pre-commit-hooks.nix) - Run linters/formatters at commit time and on your CI