@@ -0,0 +1,16 @@
{ pkgs ? import <nixpkgs> {} }:
with pkgs;
let
inherit (lib) optional optionals;
erlang_wx = erlangR22.override {
wxSupport = true;
};
in
mkShell {
buildInputs = [ erlang_wx git libsodium ]
++ optional stdenv.isLinux inotify-tools;
}
The note is not visible to the blocked user.