From 58205344dca80e2ad4bf72c0a111a87313c2eab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rolf=20Schr=C3=B6der?= Date: Tue, 7 Sep 2021 13:37:14 +0200 Subject: [PATCH] Fix compile error after rebase. --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 1e31d99..887d370 100644 --- a/flake.nix +++ b/flake.nix @@ -133,6 +133,7 @@ ndk = sdk.ndk-bundle; buildPythonPackage = python3.pkgs.buildPythonPackage; zxcvbn = python3.pkgs.zxcvbn; + androidSystem = androidSystemByNixSystem.${system}; libsodium-src = libsodium.src; # use nixpkgs equihash = callPackage ./pkgs/equihash {