1
0
Fork 0

lexical: use beam_nox
Some checks failed
Build / build-amd64-linux (push) Failing after 14m1s
Build / build-arm64-linux (push) Successful in 59m6s

This commit is contained in:
Daniel Kempkens 2024-04-15 21:55:59 +02:00
parent 1f8007dbc1
commit ccac626326
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -1,7 +1,7 @@
{ pkgs, lib }: { pkgs, lib }:
let let
erlang = pkgs.beam.interpreters.erlangR26; erlang = pkgs.beam_nox.interpreters.erlangR26;
beamPackages = pkgs.beam.packagesWith erlang; beamPackages = pkgs.beam.packagesWith erlang;
in in
beamPackages.mixRelease rec { beamPackages.mixRelease rec {