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
5db751ec7d
commit
6685f5e5a0
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.
|
# Licensed under GNU Lesser General Public License v3 or later, see COPYING.
|
||||||
# Copyright (c) 2019 Alexander Sosedkin and other contributors, see AUTHORS.
|
# Copyright (c) 2019 Alexander Sosedkin and other contributors, see AUTHORS.
|
||||||
|
|
||||||
{ arch, buildPkgs, crossPkgs, crossStaticPkgs, pinnedPkgs } @ args:
|
{ arch, buildPkgs, crossPkgs, crossStaticPkgs, initialBuild, pinnedPkgs } @ args:
|
||||||
|
|
||||||
let
|
let
|
||||||
callPackage = buildPkgs.lib.callPackageWith (args // pkgs);
|
callPackage = buildPkgs.lib.callPackageWith (args // pkgs);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue