mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Add missing parameter
This commit is contained in:
parent
c58c8233df
commit
6d3e430a3a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Licensed under GNU Lesser General Public License v3 or later, see COPYING.
|
||||
# Copyright (c) 2019 Alexander Sosedkin and other contributors, see AUTHORS.
|
||||
|
||||
{ arch, buildPkgs, crossPkgs, crossStaticPkgs, pinnedPkgs } @ args:
|
||||
{ arch, buildPkgs, crossPkgs, crossStaticPkgs, initialBuild, pinnedPkgs } @ args:
|
||||
|
||||
let
|
||||
callPackage = buildPkgs.lib.callPackageWith (args // pkgs);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue