diff --git a/README.md b/README.md index 83c4b5b..c6794f9 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ * [cached-nix-shell](https://github.com/xzfc/cached-nix-shell) - A `nix-shell` replacement that uses caching to open subsequent shells quickly. * [Cachix](https://cachix.org/) - Hosted binary cache service; free for open-source projects. * [devshell](https://github.com/numtide/devshell) - `mkShell` with extra bits and a toml config option to be able to onboard non-nix users. +* [dream2nix](https://github.com/nix-community/dream2nix) - A framework for automatically converting packages from other build systems to Nix. * [flake-utils](https://github.com/numtide/flake-utils) - Pure Nix flake utility functions to help with writing flakes. * [gitignore.nix](https://github.com/hercules-ci/gitignore.nix) - The most feature-complete and easy-to-use `.gitignore` integration. * [lorri](https://github.com/nix-community/lorri/) - A much better `nix-shell` for development that augments direnv. @@ -109,6 +110,7 @@ * [nix-direnv](https://github.com/nix-community/nix-direnv) - A fast loader and flake-compliant configuration for the direnv environment auto-loader. * [nixpkgs-review](https://github.com/Mic92/nixpkgs-review) - The best tool to verify that a pull-request in Nixpkgs is building properly. * [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. ## Programming Languages @@ -163,6 +165,7 @@ ### Rust * [cargo2nix](https://github.com/cargo2nix/cargo2nix) - Granular caching, development shell, Nix & Rust integration. +* [crane](https://github.com/ipetkov/crane) - A Nix library for building Cargo projects with incremental artifact caching. * [fenix](https://github.com/nix-community/fenix) - Rust toolchains and Rust analyzer nightly for nix. * [naersk](https://github.com/nmattia/naersk) - Build Rust packages directly from `Cargo.lock`. No conversion step needed. * [nix-cargo-integration](https://github.com/yusdacra/nix-cargo-integration) - A library that allows easy and effortless integration for Cargo projects.