Skip to content

Commit

Permalink
hstore-core tests fail on streamManyFilesToNar with cannot access '/p…
Browse files Browse the repository at this point in the history
…roc/3496/fd': No such file or directory
  • Loading branch information
o1lo01ol1o committed Oct 21, 2021
1 parent c71b35c commit 118fe99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions haskell-overlays/untriaged.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ self: super: {
librarySystemDepends = (drv.librarySystemDepends or []) ++ [ nixpkgs.nix ];
testHaskellDepends = (drv.testHaskellDepends or []) ++ [ nixpkgs.nix super.criterion ];
}));
hnix-store-core =
self.callCabal2nix "hnix" (nixpkgs.hackGet ./hnix/hnix-store + "/hnix-store-core") {};
hnix-store-core = dontCheck
(self.callCabal2nix "hnix" (nixpkgs.hackGet ./hnix/hnix-store + "/hnix-store-core") {});
hnix-store-remote =
self.callCabal2nix "hnix" (nixpkgs.hackGet ./hnix/hnix-store + "/hnix-store-remote") {};
data-fix = self.callHackage "data-fix" "0.3.0" {};
Expand Down

0 comments on commit 118fe99

Please # to comment.