Skip to content

Commit

Permalink
Merge pull request #262291 from chayleaf/akkoma-fix-captcha
Browse files Browse the repository at this point in the history
akkoma: fix built-in captcha
  • Loading branch information
wegank committed Oct 24, 2023
2 parents c9aacf2 + 6ec8cad commit 054cb3a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/servers/akkoma/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib
, beamPackages
, fetchFromGitea, fetchFromGitHub, fetchFromGitLab
, cmake, file, libxcrypt
, cmake, file
, writeText
, nixosTests
, ...
Expand Down Expand Up @@ -48,6 +48,9 @@ beamPackages.mixRelease rec {
rev = "3bbfa8b5ea13accc1b1c40579a380d8e5cfd6ad2";
hash = "sha256-skZ0QwF46lUTfsgACMR0AR5ymY2F50BQy1AUBjWVdro=";
};

# the binary is not getting installed by default
postInstall = "mv priv/* $out/lib/erlang/lib/${name}-${version}/priv/";
};
concurrent_limiter = beamPackages.buildMix rec {
name = "concurrent_limiter";
Expand Down

0 comments on commit 054cb3a

Please sign in to comment.