From 6ca6b0b22ea959daa4688cbc24b7ddc5d250ccae Mon Sep 17 00:00:00 2001 From: Jesper Louis Andersen Date: Thu, 27 Aug 2020 14:08:00 +0200 Subject: [PATCH] Say hello to Erlang/OTP v23 --- shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index a59c99b..7c2ad6e 100644 --- a/shell.nix +++ b/shell.nix @@ -5,7 +5,7 @@ with pkgs; let inherit (lib) optional optionals; - erlang_wx = erlangR22.override { + erlang_wx = erlangR23.override { wxSupport = true; }; in @@ -13,4 +13,4 @@ in mkShell { buildInputs = [ erlang_wx git libsodium ] ++ optional stdenv.isLinux inotify-tools; -} \ No newline at end of file +}