the_most_expensive_button/shell.nix
2020-07-20 20:07:01 +02:00

8 lines
134 B
Nix

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