diff options
author | stuebinm | 2024-08-12 16:33:08 +0200 |
---|---|---|
committer | stuebinm | 2024-08-12 17:40:00 +0200 |
commit | e7fbfd6191ba36079a7aacbd90bc4d1a84ca37a7 (patch) | |
tree | e8208c5d844b9fd6723041db6571a3157be26689 /pkgs/overlay.nix | |
parent | 5d60e1e9e35f0f69eb61988daebb275fc6219361 (diff) |
update sources
Diffstat (limited to 'pkgs/overlay.nix')
-rw-r--r-- | pkgs/overlay.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgs/overlay.nix b/pkgs/overlay.nix index 3a37b8f..7eeb428 100644 --- a/pkgs/overlay.nix +++ b/pkgs/overlay.nix @@ -12,7 +12,11 @@ let radicle = import ./radicle.nix; in { - beam = super.beam_nox; + # 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; git-annex-remote-remarkable2 = self.callPackage ({ rustPlatform, fetchgit, ... }: |