about summary refs log tree commit diff
path: root/nix/mkSystem.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-09-07 19:07:37 -0700
committerFranck Cuny <franck@fcuny.net>2022-09-07 19:12:12 -0700
commit5685d297f2376f6c3bb6d27297c8f268b2da8192 (patch)
tree28efe04fa926eab46bc39d94994126145f712f65 /nix/mkSystem.nix
parentfeat(tool/sendsms): a CLI to send SMS (diff)
downloadworld-5685d297f2376f6c3bb6d27297c8f268b2da8192.tar.gz
feat(flake): use naersk to build rust projects
The flake naersk is used to build rust crates with nix.

Change-Id: Ia1c95de34fe802ae6a6b623dc169ca502fa72f12
Diffstat (limited to 'nix/mkSystem.nix')
-rw-r--r--nix/mkSystem.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/mkSystem.nix b/nix/mkSystem.nix
index 1f7ccaf..e33ddf7 100644
--- a/nix/mkSystem.nix
+++ b/nix/mkSystem.nix
@@ -15,6 +15,7 @@ inputs.nixpkgs.lib.nixosSystem {
           inputs.emacs-overlay.overlay
           inputs.nur.overlay
           inputs.rust.overlay
+          inputs.naersk.overlay
           (final: prev: {
             tools = import "${self}/tools" { pkgs = prev; };
           })