the_most_expensive_button/shell.nix

8 lines
134 B
Nix
Raw Normal View History

2020-07-20 20:07:01 +02:00
{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell {
buildInputs = [ dart flutter androidenv.androidPkgs_9_0.platform-tools ];
}