#This file is controlled by /etc/dotfiles/README.org { pkgs ? import { } }: with pkgs; mkShell { buildInputs = [ dart flutter ]; shellHook = '' FLUTTER_SDK_DIR=${flutter}/bin/cache/dart-sdk/ ''; }