mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-25 15:26:17 +02: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…
Reference in a new issue