treewide: Use correct output of config.nix.package in non-string contexts
This commit is contained in:
committed by
Vladimír Čunát
parent
60f5659dad
commit
1d4b21ef42
@@ -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 "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user