Skip to content

Commit

Permalink
chore: explain doCheck = false better
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Jun 30, 2024
1 parent 1769b42 commit 1a9ca06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
// {
inherit cargoArtifacts NIX_CMD_PATH NIX_INSTANTIATE_CMD_PATH;
nativeCheckInputs = [pkgs.nix];
# integration tests execute `nix`, which fails creating `/nix/var`
# tests use nix. can't do that in the sandbox.
doCheck = false;
}
);
Expand Down

0 comments on commit 1a9ca06

Please sign in to comment.