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:
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 "";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue