mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 14:52:55 +00:00
Revert accidental disable of doInstallCheck
This commit is contained in:
parent
458711e4ee
commit
10a6aa3ad4
@ -103,7 +103,7 @@ let
|
||||
|
||||
installFlags = "sysconfdir=$(out)/etc";
|
||||
|
||||
doInstallCheck = false;
|
||||
doInstallCheck = true;
|
||||
installCheckFlags = "sysconfdir=$(out)/etc";
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user