From 1a9ca068985623cc829d83a6d085c1f2899d39b2 Mon Sep 17 00:00:00 2001 From: "Shahar \"Dawn\" Or" Date: Sun, 30 Jun 2024 21:42:01 +0700 Subject: [PATCH] chore: explain doCheck = false better --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 22d6f7e..7617fb1 100644 --- a/flake.nix +++ b/flake.nix @@ -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; } );