nix: Enable install check
Looks like this got disabled accidentally in
ec5b66eb4a.
This commit is contained in:
@@ -41,7 +41,7 @@ let
|
||||
|
||||
installFlags = "sysconfdir=$(out)/etc";
|
||||
|
||||
doInstallCheck = false;
|
||||
doInstallCheck = true;
|
||||
|
||||
separateDebugInfo = stdenv.isLinux;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user