deja-dup: add restic support

This commit is contained in:
Johannes Arnold
2025-05-10 20:18:42 +02:00
parent 506a514354
commit 65f536eb58

View File

@@ -22,6 +22,7 @@
json-glib,
duplicity,
rclone,
restic,
nix-update-script,
}:
@@ -68,6 +69,8 @@ stdenv.mkDerivation (finalAttrs: {
mesonFlags = [
"-Dduplicity_command=${lib.getExe duplicity}"
"-Drclone_command=${lib.getExe rclone}"
"-Denable_restic=true"
"-Drestic_command=${lib.getExe restic}"
];
preFixup = ''