add npins (#257)
Some checks failed
Check URL Validity / linkChecker (push) Has been cancelled

* add npins

* npins: upd description

Co-authored-by: Cynthia Fox <cyntheticfox@gh0st.sh>

---------

Co-authored-by: Cynthia Fox <cyntheticfox@gh0st.sh>
This commit is contained in:
Phani Rithvij 2024-10-22 16:46:01 +05:30 committed by GitHub
parent dab6ff7d4c
commit 91d4f1f0de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -159,6 +159,7 @@
* [nix-update](https://github.com/Mic92/nix-update) - Update versions/source hashes of nix packages.
* [nixd](https://github.com/nix-community/nixd) - Nix language server, based on Nix libraries.
* [nixpkgs-review](https://github.com/Mic92/nixpkgs-review) - The best tool to verify that a pull-request in Nixpkgs is building properly.
* [npins](https://github.com/andir/npins) - A simple tool for handling different types of dependencies in a Nix project. It is inspired by and comparable to Niv.
* [pre-commit-hooks.nix](https://github.com/cachix/pre-commit-hooks.nix) - Run linters/formatters at commit time and on your CI.
* [rnix-lsp](https://github.com/nix-community/rnix-lsp) - A syntax-checking language server for Nix.
* [robotnix](https://github.com/danielfullmer/robotnix) - A declarative and reproducible build system for Android (AOSP) images.