ci: silence nix-build/nix-instantiate

This commit is contained in:
lassulus 2018-09-13 14:41:26 +02:00
parent d580af7fd9
commit f2c8723bb8

View File

@ -26,8 +26,8 @@ let
hostname = config.networking.hostName; hostname = config.networking.hostName;
getJobs = pkgs.writeDash "get_jobs" '' getJobs = pkgs.writeDash "get_jobs" ''
nix-build --no-out-link ./ci.nix 2>&1 > /dev/null nix-build --no-out-link --quiet -Q ./ci.nix > /dev/null
nix-instantiate --eval --strict --json ./ci.nix nix-instantiate --quiet -Q --eval --strict --json ./ci.nix
''; '';
imp = { imp = {