akkoma: do not allow additional arguments
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
file,
|
||||
nixosTests,
|
||||
nix-update-script,
|
||||
...
|
||||
}:
|
||||
|
||||
beamPackages.mixRelease rec {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user