From 6d830e8175aa2552ddfaf76ab1f216693a505da3 Mon Sep 17 00:00:00 2001 From: zimbatm Date: Sun, 22 Sep 2019 10:42:49 +0000 Subject: [PATCH] Add naersk, it's great! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1d83edf..1b31c51 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ Generates a Nix expression for your Bundler-managed application. ### Rust +* [naersk](https://github.com/nmattia/naersk) - Build Rust packages directly from Cargo.lock. No conversion step needed. * [carnix](https://nest.pijul.com/pmeunier/carnix) - Carnix is a compiler from the Cargo.lock files produced by cargo to Nix expressions. ## NixOS modules