summaryrefslogtreecommitdiff
path: root/pkgs/overlay.nix
diff options
context:
space:
mode:
authorstuebinm2024-08-20 16:19:59 +0200
committerstuebinm2024-08-20 16:19:59 +0200
commit94db9b8f7630928746aac6d80eb65fed19a934c2 (patch)
tree34b8eb410f9a48480173bb60d073f6693ca596c1 /pkgs/overlay.nix
parenta8da42fe1919281ef36f3b26fa8799597b28256d (diff)
update sources, use erlang-nox again
this had been removed last week since nixpkgs had broken the rebar3 build on erlang-nox, but it seems to work again, so yay for that!
Diffstat (limited to '')
-rw-r--r--pkgs/overlay.nix6
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, ... }: