add vodozemac

This commit is contained in:
Henry Hiles 2025-11-14 19:26:27 -05:00
commit ec48e3ae96
No known key found for this signature in database
8 changed files with 53 additions and 8 deletions

View file

@ -44,9 +44,10 @@
pkgs.mkShell {
packages = with pkgs; [
jdk17
rustc
cargo
flutter
android.platform-tools
(pkgs.writeShellScriptBin "rustup" (builtins.readFile ./nix/fake-rustup.sh))
];
env = rec {
LD_LIBRARY_PATH = "${pkgs.lib.makeLibraryPath (with pkgs; [ sqlite ])}:$LD_LIBRARY_PATH";