Skip to content

Commit

Permalink
cachix: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Jan 6, 2023
1 parent 6d7cf37 commit 647686f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkgs/development/haskell-modules/configuration-nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,11 @@ self: super: builtins.intersectAttrs super {
(overrideCabal { doCheck = pkgs.postgresql.doCheck; })
];

cachix = super.cachix.override { nix = pkgs.nixVersions.nix_2_9; };
cachix = super.cachix.override {
nix = pkgs.nixVersions.nix_2_9;
fsnotify = super.fsnotify_0_4_1_0;
hnix-store-core = super.hnix-store-core_0_6_1_0;
};

hercules-ci-agent = super.hercules-ci-agent.override { nix = pkgs.nixVersions.nix_2_9; };
hercules-ci-cnix-expr =
Expand Down

0 comments on commit 647686f

Please sign in to comment.