flake: allow patches on aarch64-linux too
This commit is contained in:
parent
0dc2406b6a
commit
1fb52d9dc8
1 changed files with 12 additions and 10 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue