mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
cachix: fix build on darwin
This commit is contained in:
parent
c109fe7e80
commit
5828698df6
|
@ -876,7 +876,7 @@ self: super: builtins.intersectAttrs super {
|
|||
|
||||
cachix = super.cachix.override {
|
||||
nix = self.hercules-ci-cnix-store.passthru.nixPackage;
|
||||
fsnotify = super.fsnotify_0_4_1_0;
|
||||
fsnotify = dontCheck super.fsnotify_0_4_1_0;
|
||||
hnix-store-core = super.hnix-store-core_0_6_1_0;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue