diff options
Diffstat (limited to 'pkgs/overlay.nix')
-rw-r--r-- | pkgs/overlay.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/pkgs/overlay.nix b/pkgs/overlay.nix index 7eeb428..3a37b8f 100644 --- a/pkgs/overlay.nix +++ b/pkgs/overlay.nix @@ -12,11 +12,7 @@ let radicle = import ./radicle.nix; in { - # x.org-less erlang for servers, since nobody uses wxwidgets - # (why is this not the default anways??) - # - # termporarily commented out since rebar3 is broken with erlang-nox - # beam = super.beam_nox; + beam = super.beam_nox; git-annex-remote-remarkable2 = self.callPackage ({ rustPlatform, fetchgit, ... }: |