diff --git a/flake.nix b/flake.nix index a60d5ac..7617fb1 100644 --- a/flake.nix +++ b/flake.nix @@ -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; } );