]> git.immae.eu Git - perso/Immae/Config/Nix/NUR.git/commitdiff
Remove postgresql from global overlays
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Sat, 11 Apr 2020 18:54:31 +0000 (20:54 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Fri, 24 Apr 2020 22:04:56 +0000 (00:04 +0200)
overlays/databases/postgresql/default.nix

index 50d949675313dd255c3a0982d4b403b1e95c5225..9ada29c99343181160280ed697e8fcbd6a85d27d 100644 (file)
@@ -1,5 +1,5 @@
 self: super: rec {
-  postgresql = super.postgresql_11.overrideAttrs(old: {
+  postgresql_pam = super.postgresql_11.overrideAttrs(old: {
     # datadir in /var/lib/postgresql is named after psqlSchema
     passthru = old.passthru // { psqlSchema = "11.0"; };
     configureFlags = old.configureFlags ++ [ "--with-pam" ];