Skip to content

Commit

Permalink
Just run ipfs tests on linux for now, sigh
Browse files Browse the repository at this point in the history
Not sure what this `nix copy` problem is. I'm pretty sure it's a
preexistsing bug.
  • Loading branch information
Ericson2314 committed Jun 12, 2020
1 parent 0068f7d commit 5352bcb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion release-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ rec {
}) ];
*/
}))
++ lib.optional (stdenv.isLinux || stdenv.isDarwin) ipfs;
# TODO fix `nix copy` on darwin
# ++ lib.optional (stdenv.isLinux || stdenv.isDarwin) ipfs;
# ++ lib.optional stdenv.isLinux ipfs;

propagatedDeps =
[ (boehmgc.override { enableLargeConfig = true; })
Expand Down

0 comments on commit 5352bcb

Please sign in to comment.