Rust Rewrite WIP
This commit is contained in:
parent
c9a87ddc34
commit
4569aeac33
60 changed files with 44263 additions and 7 deletions
|
|
@ -45,8 +45,11 @@
|
|||
packages = with pkgs; [
|
||||
# jdk17
|
||||
cargo
|
||||
rustc
|
||||
openssl_3
|
||||
pkg-config
|
||||
(flutter.override { extraPkgConfigPackages = [ pkgs.libsecret ]; })
|
||||
|
||||
flutter_rust_bridge_codegen
|
||||
# android.platform-tools
|
||||
(pkgs.writeShellScriptBin "rustup" (builtins.readFile ./nix/fake-rustup.sh))
|
||||
];
|
||||
|
|
@ -56,7 +59,7 @@
|
|||
pkgs.lib.makeLibraryPath ([
|
||||
pkgs.sqlite
|
||||
])
|
||||
}:./build/linux/x64/debug/plugins/flutter_vodozemac";
|
||||
}:./build/linux/x64/debug/plugins/flutter_vodozemac:./build/linux/x64/debug/plugins/rust_lib_nexus";
|
||||
|
||||
# ANDROID_HOME = "${android.androidsdk}/libexec/android-sdk";
|
||||
# ANDROID_SDK_ROOT = ANDROID_HOME;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue