the_most_expensive_button/shell.nix

8 lines
134 B
Nix

{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell {
buildInputs = [ dart flutter androidenv.androidPkgs_9_0.platform-tools ];
}