about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2024-03-08 08:26:41 +0100
committerVladimír Čunát <v@cunat.cz>2024-03-08 08:26:41 +0100
commit88ef60ad908b62a884ef505329b61dbbb01f6698 (patch)
treef7a6e925762dfc4e3637833dcbdf619b715da975
parent121f0f26b841fc4e6f290d2f176bdb5a19a07f41 (diff)
parentadc4440647dca88eda6b2ff05d8a8ee0ce6b9c25 (diff)
Merge #294212: haskellPackages.hercules-ci-agent: fix eval
...into release-23.11
-rw-r--r--pkgs/development/haskell-modules/configuration-nix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix
index 6f30e27f25d15..d7c9706d9b700 100644
--- a/pkgs/development/haskell-modules/configuration-nix.nix
+++ b/pkgs/development/haskell-modules/configuration-nix.nix
@@ -1119,7 +1119,7 @@ self: super: builtins.intersectAttrs super {
   hercules-ci-cnix-store = overrideCabal
     (old: {
       passthru = old.passthru or { } // {
-        nixPackage = self.hercules-ci-cnix-store-nix;
+        nixPackage = self.hercules-ci-cnix-store-nix or pkgs.nix;
       };
     })
     (super.hercules-ci-cnix-store.override {