akkoma: do not allow additional arguments

This commit is contained in:
Mikael Voss
2025-02-14 22:53:11 +01:00
parent 083b0d1b4f
commit 7f12f8cfc5
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -6,7 +6,6 @@
file,
nixosTests,
nix-update-script,
...
}:
beamPackages.mixRelease rec {
-1
View File
@@ -914,7 +914,6 @@ with pkgs;
};
akkoma = callPackage ../servers/akkoma {
elixir = beam_nox.packages.erlang_26.elixir_1_16;
beamPackages = beam_nox.packages.erlang_26.extend (self: super: {
elixir = self.elixir_1_16;
rebar3 = self.rebar3WithPlugins {