mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nix: Enable install check
Looks like this got disabled accidentally in
ec5b66eb4a
.
This commit is contained in:
parent
7e273d9209
commit
6a9fb8b9e0
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ let
|
|||
|
||||
installFlags = "sysconfdir=$(out)/etc";
|
||||
|
||||
doInstallCheck = false;
|
||||
doInstallCheck = true;
|
||||
|
||||
separateDebugInfo = stdenv.isLinux;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue