Initial commit

This commit is contained in:
2020-07-20 20:07:01 +02:00
commit 36cf302e46

7
shell.nix Normal file
View File

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