From 42c5aec1e8c3aaf18cc39cd14fa12ff7922936aa Mon Sep 17 00:00:00 2001 From: Yaseen <9275716+ynx0@users.noreply.github.com> Date: Wed, 22 Nov 2023 14:05:28 -0500 Subject: [PATCH] devenv: add libiconv to shell.nix --- rust/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/shell.nix b/rust/shell.nix index d273c0c..6251e73 100644 --- a/rust/shell.nix +++ b/rust/shell.nix @@ -14,5 +14,6 @@ pkgs.mkShell { ]) cargo-watch gdb + libiconv ]; }