selfprivacy.org.app/shell.nix

6 lines
101 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [ flutter dart ];
}