add vodozemac
This commit is contained in:
parent
f0a397f576
commit
ec48e3ae96
8 changed files with 53 additions and 8 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue