diff --git a/flake.nix b/flake.nix index e9210271..d1cda898 100644 --- a/flake.nix +++ b/flake.nix @@ -66,6 +66,10 @@ shift exec flutter "$@" ;; + dart) + shift + exec dart "$@" + ;; *) echo "fvm wrapper: command '$1' not implemented (using Nix-managed Flutter)" >&2 exit 1