Initial commit

This commit is contained in:
coolneng 2020-07-20 20:07:01 +02:00
commit 36cf302e46
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 7 additions and 0 deletions

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 ];
}