mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-17 06:03:20 +00:00
6 lines
90 B
Nix
6 lines
90 B
Nix
|
{ pkgs ? import <nixpkgs> {} }:
|
||
|
|
||
|
pkgs.mkShell {
|
||
|
nativeBuildInputs = [ pkgs.flutter ];
|
||
|
}
|