Unverified Commit aa993fd4 authored by Alexandre Esteves's avatar Alexandre Esteves Committed by GitHub
Browse files

redu: add restic to buildInputs (#488001)

parents e10e4126 5b39f354
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 = {