mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
drop i686 support without simplifying code
This commit is contained in:
parent
c53afdbcbb
commit
7aeb529aab
8 changed files with 13 additions and 15 deletions
|
|
@ -28,7 +28,6 @@ stdenv.mkDerivation {
|
|||
let
|
||||
archShas = {
|
||||
aarch64 = "1hl6pd02nssscn32mrndif2fxfssxiarrpjvqyjicwnz6yn9mhpq";
|
||||
i686 = "0249sbmgmi7cah099wywlqx3ygwpjgl6vcyivqix9rwpnpap417x";
|
||||
};
|
||||
in
|
||||
"${archShas.${config.build.arch}}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue