redu: add restic to buildInputs

This commit is contained in:
George Huebner
2026-02-07 10:33:37 -06:00
parent 00c21e4c93
commit 5b39f354fa
+3
View File
@@ -3,6 +3,7 @@
fetchFromGitHub,
nix-update-script,
rustPlatform,
restic,
}:
rustPlatform.buildRustPackage (finalAttrs: {
@@ -18,6 +19,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoHash = "sha256-JnjXe2CHO9Namp++UI/V6ND2Y0/WQtaVA2EcUyXUnjQ=";
buildInputs = [ restic ];
passthru.updateScript = nix-update-script { };
meta = {