Skip to content

Commit

Permalink
Merge pull request #11200 from NixOS/buildNoTests-no-unit-tests
Browse files Browse the repository at this point in the history
buildNoTests: Disable unit tests
  • Loading branch information
edolstra authored Jul 29, 2024
2 parents 673f2dc + cc5b8cd commit 3faa77b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@

nix_noTests = final.nix.override {
doInstallCheck = false;
doCheck = false;
};

# See https://github.com/NixOS/nixpkgs/pull/214409
Expand Down

0 comments on commit 3faa77b

Please sign in to comment.