We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6575ae7 commit 2e4185bCopy full SHA for 2e4185b
flake.nix
@@ -26,12 +26,15 @@
26
devShells = {
27
default = pkgs.mkShell {
28
packages = with pkgs; [
29
- # TODO flutter335 but at version where native assets works
+ # TODO uncomment once we get flutter >3.38 in nixpkgs:
30
+ # flutter
31
rustup
32
llvmPackages_20.clangUseLLVM
33
];
34
35
env = {
36
37
+ # FLUTTER_ROOT = "${pkgs.flutter}";
38
RUST_BACKTRACE = "1";
39
LIBCLANG_PATH = "${pkgs.llvmPackages_20.libclang.lib}/lib";
40
};
0 commit comments