devenv: add libiconv to shell.nix

This commit is contained in:
Yaseen 2023-11-22 14:05:28 -05:00 committed by GitHub
parent b38a5d45af
commit 42c5aec1e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,5 +14,6 @@ pkgs.mkShell {
])
cargo-watch
gdb
libiconv
];
}