Unverified Commit ae8404ff authored by emilylange's avatar emilylange
Browse files

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.
parent 1f3cfae3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ buildGoModule rec {

  vendorHash = "sha256-8qMpnGL5GXJuxOpxh9a1Bcxd7tVweUKwbun8UBxCfQA=";

  subPackages = [ "." ];
  subPackages = [ "." "contrib/environment-to-ini" ];

  outputs = [ "out" "data" ];