Building static executables directly via nix' pkgsStatic.postgrest
#3363
Labels
nix
related to Nix tooling
pkgsStatic.postgrest
#3363
Currently we carry some specific configuration / overlays etc. to make building the static executable via
pkgsStatic
work.To make ##3280 and ##3281 easier to do, my goal is to upstream all those overrides and make it possible to build postgrest directly in nixpkgs via
pkgsStatic.postgrest
.Some things I have been (or will be) working on with this goal in mind:
pkgsStatic.libkrb5
work:--with-keyutils
forpkgsStatic.libkrb5
: https://mailman.mit.edu/pipermail/krbdev/2024-February/013658.html--sysconfdir=/etc
change and removal of left-over references to nixpkgs.pkgsStatic.postgresql
work:pkgsStatic.postgresql
work.pkgsStatic.haskellPackages.postgresql-libpq
work:disallowedReferences
.postgrest
in nixpkgs up2date.The text was updated successfully, but these errors were encountered: