selfprivacy.org.app/shell.nix

6 lines
101 B
Nix
Raw Normal View History

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
2022-08-27 16:43:21 +03:00
nativeBuildInputs = with pkgs; [ flutter dart ];
}