selfprivacy.org.app/shell.nix
2022-08-27 16:43:21 +03:00

6 lines
101 B
Nix

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