Skip to content

Commit

Permalink
mobilizon: pin to erlang 26 (#368345)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens authored Dec 26, 2024
2 parents 52248ea + a0bb351 commit abbb41c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2539,8 +2539,8 @@ with pkgs;
mkspiffs-presets = recurseIntoAttrs (callPackages ../tools/filesystems/mkspiffs/presets.nix { });

mobilizon = callPackage ../servers/mobilizon {
elixir = elixir_1_15;
beamPackages = beamPackages.extend (self: super: { elixir = elixir_1_15; });
elixir = beam.packages.erlang_26.elixir_1_15;
beamPackages = beam.packages.erlang_26.extend (self: super: { elixir = self.elixir_1_15; });
mobilizon-frontend = callPackage ../servers/mobilizon/frontend.nix { };
};

Expand Down

0 comments on commit abbb41c

Please sign in to comment.