From 3104b066e88f8744de3a1dc677bb558e903c60ef Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 26 Sep 2025 12:39:03 +0200 Subject: [PATCH] haskellPackages.postgresql-simple-migration: refactor override --- pkgs/development/haskell-modules/configuration-nix.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 2d32dbc5a664..6e3c0f042565 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -1253,7 +1253,8 @@ builtins.intersectAttrs super { pkgs.postgresql pkgs.postgresqlTestHook ]; - }) (doJailbreak super.postgresql-simple-migration); + jailbreak = true; + }) super.postgresql-simple-migration; postgresql-simple = addTestToolDepends [ pkgs.postgresql