mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Add updated pkgs tree
This commit is contained in:
parent
f40362898a
commit
68e5b8302a
10 changed files with 333 additions and 2 deletions
4
ci.nix
4
ci.nix
|
|
@ -6,11 +6,11 @@ with import <nixpkgs> { };
|
|||
with lib;
|
||||
|
||||
let
|
||||
src = import ./src;
|
||||
pkgs = import ./pkgs;
|
||||
|
||||
attrs = genAttrs
|
||||
[ "aarch64" "i686" ]
|
||||
(arch: (src { inherit arch; }) // { recurseForDerivations = true; });
|
||||
(arch: (pkgs { inherit arch; }) // { recurseForDerivations = true; });
|
||||
|
||||
isCacheable = p: !(p.preferLocalBuild or false);
|
||||
shouldRecurseForDerivations = p: isAttrs p && p.recurseForDerivations or false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue