1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

Revert accidental disable of doInstallCheck

This commit is contained in:
Eelco Dolstra 2016-01-07 16:05:02 +01:00
parent 458711e4ee
commit 10a6aa3ad4

View file

@ -103,7 +103,7 @@ let
installFlags = "sysconfdir=$(out)/etc";
doInstallCheck = false;
doInstallCheck = true;
installCheckFlags = "sysconfdir=$(out)/etc";
});