From 4934c36594829b43a8d0c5a17114d7cf044b70bb Mon Sep 17 00:00:00 2001 From: kurogeek Date: Sat, 3 Aug 2024 22:02:09 +0700 Subject: [PATCH] build: no pkgs.nix in checkInputs Co-authored-by: furioncycle Co-authored-by: Shahar "Dawn" Or --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index b1ecf72..ea2e7c7 100644 --- a/flake.nix +++ b/flake.nix @@ -62,7 +62,6 @@ commonArgs // { inherit cargoArtifacts NIX_CMD_PATH NIX_INSTANTIATE_CMD_PATH; - nativeCheckInputs = [pkgs.nix]; # integration tests use nix. can't do that in the sandbox. cargoTestExtraArgs = "--bins"; }