mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
Remove overrides of removed flags since unit tests broken out
This commit is contained in:
parent
0b539dea4a
commit
92d3a06b25
1 changed files with 0 additions and 2 deletions
|
|
@ -145,9 +145,7 @@
|
||||||
nix = final.nixComponents.nix;
|
nix = final.nixComponents.nix;
|
||||||
|
|
||||||
nix_noTests = final.nix.override {
|
nix_noTests = final.nix.override {
|
||||||
doCheck = false;
|
|
||||||
doInstallCheck = false;
|
doInstallCheck = false;
|
||||||
installUnitTests = false;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# See https://github.com/NixOS/nixpkgs/pull/214409
|
# See https://github.com/NixOS/nixpkgs/pull/214409
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue