Skip to content

Commit 2e4185b

Browse files
committed
chore(deps): fix up flake for next flutter stable release
1 parent 6575ae7 commit 2e4185b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

flake.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,15 @@
2626
devShells = {
2727
default = pkgs.mkShell {
2828
packages = with pkgs; [
29-
# TODO flutter335 but at version where native assets works
29+
# TODO uncomment once we get flutter >3.38 in nixpkgs:
30+
# flutter
3031
rustup
3132
llvmPackages_20.clangUseLLVM
3233
];
3334

3435
env = {
36+
# TODO uncomment once we get flutter >3.38 in nixpkgs:
37+
# FLUTTER_ROOT = "${pkgs.flutter}";
3538
RUST_BACKTRACE = "1";
3639
LIBCLANG_PATH = "${pkgs.llvmPackages_20.libclang.lib}/lib";
3740
};

0 commit comments

Comments
 (0)