ci.nix: simplify to single arch

This commit is contained in:
Alexander Sosedkin 2021-12-16 22:13:57 +01:00
parent 7aeb529aab
commit 9ee03e218d
2 changed files with 3 additions and 8 deletions

View file

@ -1,6 +1,6 @@
# Copyright (c) 2019-2021, see AUTHORS. Licensed under MIT License, see LICENSE.
{ arch, nixOnDroidChannelURL ? null, nixpkgsChannelURL ? null }:
{ arch ? "aarch64", nixOnDroidChannelURL ? null, nixpkgsChannelURL ? null }:
let
nixDirectory = callPackage ./nix-directory.nix { };