Don't compile git-annex on 32-bit arm

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2024-01-20 23:02:03 +01:00
parent b71e57e8af
commit 27f4b1bc33
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -1,13 +1,13 @@
{ config, pkgs, lib, ... }:
let
inherit (lib)
;
optional
;
in
{
home.packages = with pkgs; [
git-annex
file
];
] ++ (optional (pkgs.stdenv.system != "armv6l-linux" && pkgs.stdenv.system != "armv7l-linux") git-annex);
imports = [
../bash