Skip to content

Commit

Permalink
Merge pull request #120 from mobusoperandi/explain-do-check-false-better
Browse files Browse the repository at this point in the history
explain do check false better
  • Loading branch information
mightyiam authored Jun 30, 2024
2 parents 170b125 + 1a9ca06 commit fbc8a7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@
// {
inherit cargoArtifacts NIX_CMD_PATH NIX_INSTANTIATE_CMD_PATH;
nativeCheckInputs = [pkgs.nix];
# 1. integration tests execute `nix`, which fails creating `/nix/var`
# 2. integration tests require `/dev/ptmx`
# tests use nix. can't do that in the sandbox.
doCheck = false;
}
);
Expand Down

0 comments on commit fbc8a7c

Please sign in to comment.