treewide: Use correct output of config.nix.package in non-string contexts

This commit is contained in:
Tuomas Tynkkynen
2016-04-25 16:44:38 +02:00
committed by Vladimír Čunát
parent 60f5659dad
commit 1d4b21ef42
6 changed files with 8 additions and 8 deletions
@@ -14,7 +14,7 @@ let
inherit (pkgs) python gummiboot;
nix = config.nix.package;
nix = config.nix.package.out;
timeout = if cfg.timeout != null then cfg.timeout else "";