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:
parent
1f3cfae3d5
commit
ae8404ff58
@ -51,7 +51,7 @@ buildGoModule rec {
|
||||
|
||||
vendorHash = "sha256-8qMpnGL5GXJuxOpxh9a1Bcxd7tVweUKwbun8UBxCfQA=";
|
||||
|
||||
subPackages = [ "." ];
|
||||
subPackages = [ "." "contrib/environment-to-ini" ];
|
||||
|
||||
outputs = [ "out" "data" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user