diff --git a/flake.nix b/flake.nix index eb38362..3d9e310 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,7 @@ in { devShells = forAllSystems (system: pkgs: { default = pkgs.mkShell { - buildInputs = with pkgs; [ + nativeBuildInputs = with pkgs; [ flutter dart ];