Merge pull request #11200 from NixOS/buildNoTests-no-unit-tests

buildNoTests: Disable unit tests
This commit is contained in:
Eelco Dolstra 2024-07-29 13:57:23 +02:00 committed by GitHub
commit 3faa77bb82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -143,6 +143,7 @@
nix_noTests = final.nix.override {
doInstallCheck = false;
doCheck = false;
};
# See https://github.com/NixOS/nixpkgs/pull/214409