mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
treewide: use buildPackages for config builders
This commit is contained in:
parent
3dee4f2c71
commit
35af6e3605
8 changed files with 12 additions and 13 deletions
|
@ -8,7 +8,7 @@ let
|
|||
|
||||
timeoutStr = if blCfg.timeout == null then "-1" else toString blCfg.timeout;
|
||||
|
||||
builder = import ./extlinux-conf-builder.nix { inherit pkgs; };
|
||||
builder = import ./extlinux-conf-builder.nix { pkgs = pkgs.buildPackages; };
|
||||
in
|
||||
{
|
||||
options = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue