0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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

This commit is contained in:
Tuomas Tynkkynen 2016-04-24 14:06:04 +03:00 committed by Vladimír Čunát
parent 60f5659dad
commit 1d4b21ef42
6 changed files with 8 additions and 8 deletions

View file

@ -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 "";