drop i686 support without simplifying code

This commit is contained in:
Alexander Sosedkin 2021-12-15 21:15:25 +01:00
parent c53afdbcbb
commit 7aeb529aab
8 changed files with 13 additions and 15 deletions

View file

@ -28,7 +28,6 @@ stdenv.mkDerivation {
let
archShas = {
aarch64 = "1hl6pd02nssscn32mrndif2fxfssxiarrpjvqyjicwnz6yn9mhpq";
i686 = "0249sbmgmi7cah099wywlqx3ygwpjgl6vcyivqix9rwpnpap417x";
};
in
"${archShas.${config.build.arch}}";