Commit Graph

14 Commits

Author SHA1 Message Date
Sigmanificient
738a650ff5 postgresqlPackages.omnigres: fix build with cmake4 2026-01-03 19:42:59 +01:00
NAHO
c8d4dabc43 pkgs: remove optional builtins prefixes from prelude functions
Remove optional builtins prefixes from prelude functions by running:

    builtins=(
      abort
      baseNameOf
      break
      derivation
      derivationStrict
      dirOf
      false
      fetchGit
      fetchMercurial
      fetchTarball
      fetchTree
      fromTOML
      import
      isNull
      map
      null
      placeholder
      removeAttrs
      scopedImport
      throw
      toString
      true
    )

    fd \
      --type file \
      . \
      pkgs \
      --exec-batch sed --in-place --regexp-extended "
        s/\<builtins\.($(
          printf '%s\n' "${builtins[@]}" |
            paste --delimiter '|' --serial -
        ))\>/\1/g
      "

    nix fmt
2025-10-04 19:02:37 +02:00
R. Ryantm
57ebdbf53d postgresqlPackages.omnigres: 0-unstable-2025-09-15 -> 0-unstable-2025-09-26 2025-09-27 18:20:37 +00:00
R. Ryantm
2dcb411f6b postgresqlPackages.omnigres: 0-unstable-2025-09-05 -> 0-unstable-2025-09-15 2025-09-16 17:06:29 +00:00
R. Ryantm
f40c2359b1 postgresqlPackages.omnigres: 0-unstable-2025-08-24 -> 0-unstable-2025-09-05 2025-09-05 17:35:20 +00:00
R. Ryantm
723fc4c94b postgresqlPackages.omnigres: 0-unstable-2025-08-15 -> 0-unstable-2025-08-24 2025-08-25 06:36:22 +00:00
R. Ryantm
f75acd1dfe postgresqlPackages.omnigres: 0-unstable-2025-08-06 -> 0-unstable-2025-08-15 2025-08-16 17:50:44 +00:00
R. Ryantm
a0566adefc postgresqlPackages.omnigres: 0-unstable-2025-07-17 -> 0-unstable-2025-08-06 2025-08-07 19:16:49 +00:00
R. Ryantm
46f931dca2 postgresqlPackages.omnigres: 0-unstable-2025-06-27 -> 0-unstable-2025-07-17 2025-07-21 11:23:37 +00:00
nixpkgs-ci[bot]
fa737a17ea Merge staging-next into staging 2025-07-04 12:08:16 +00:00
R. Ryantm
53b89aca2b postgresqlPackages.omnigres: 0-unstable-2025-06-03 -> 0-unstable-2025-06-27 2025-07-03 15:17:39 +00:00
Wolfgang Walther
9a146d1244 postgresql.withPackages.pg_config: fix paths
Previously, pg_config would report the paths of the underlying
postgresql derivation and not the paths of the buildEnv that
postgresql.withPackages creates.

That's a problem when users of pg_config use it to find PostgreSQL's
sharedir, in which they'd like to find the extensions added via
withPackages. Those are only linked into the created buildEnv, but not
available in the postgresql derivation.

By providing our own nix-support/pg_config.env file, we can swap out
those paths. We also do the same for the -man output, because this
output is linked into buildEnv as well. Other paths, which are not
available in the buildEnv environment, will still link to the original
postgresql derivation. Win-win!
2025-06-24 10:01:07 +02:00
Marcos Benevides
d6b530cc9c postgresqlPackages.omnigres: 0-unstable-2025-05-16 -> 0-unstable-2025-06-03
---------

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-06-09 08:59:50 -04:00
Marcos Benevides
c4381dafbc omnigres: init at 0-unstable-2025-05-16
---------

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
Co-authored-by: Yurii Rashkovskii <yrashk@gmail.com>
2025-05-20 07:19:12 -04:00