flake: allow patches on aarch64-linux too

This commit is contained in:
ibizaman 2026-03-12 23:51:51 +01:00
parent 0dc2406b6a
commit 1fb52d9dc8

View file

@ -23,7 +23,9 @@
let let
shbPatches = shbPatches =
system: system:
nixpkgs.legacyPackages.${system}.lib.optionals (system == "x86_64-linux") [ nixpkgs.legacyPackages.${system}.lib.optionals
(system == "x86_64-linux" || system == "aarch64-linux")
[
# Get rid of lldap patches when https://github.com/NixOS/nixpkgs/pull/425923 is merged. # Get rid of lldap patches when https://github.com/NixOS/nixpkgs/pull/425923 is merged.
./patches/lldap.patch ./patches/lldap.patch
./patches/0001-nixos-borgbackup-add-option-to-override-state-direct.patch ./patches/0001-nixos-borgbackup-add-option-to-override-state-direct.patch