forgejo: build environment-to-ini for use in nixos/forgejo secret refactor

This is needed for the upcoming nixos/forgejo secret refactor that will
leverage `environment-to-ini` instead of `pkgs.replace-secret`.

https://codeberg.org/forgejo/forgejo/src/tag/v7.0.2/contrib/environment-to-ini/environment-to-ini.go

To read the motivation behind this, please see the actual nixos/forgejo
refactor commit following this commit.
This commit is contained in:
emilylange 2024-05-17 23:23:17 +02:00
parent 1f3cfae3d5
commit ae8404ff58
No known key found for this signature in database
GPG Key ID: 0AD773CE46FD0F87

View File

@ -51,7 +51,7 @@ buildGoModule rec {
vendorHash = "sha256-8qMpnGL5GXJuxOpxh9a1Bcxd7tVweUKwbun8UBxCfQA=";
subPackages = [ "." ];
subPackages = [ "." "contrib/environment-to-ini" ];
outputs = [ "out" "data" ];