Unverified Commit b42f71f5 authored by TomaSajt's avatar TomaSajt
Browse files

thin-provisioning-tools: use fetchCargoVendor

parent 803579fd
Loading
Loading
Loading
Loading
+0 −1226

File deleted.

Preview size limit exceeded, changes collapsed.

+2 −6
Original line number Diff line number Diff line
@@ -28,12 +28,8 @@ rustPlatform.buildRustPackage rec {
    lvm2
  ];

  cargoLock = {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "rio-0.9.4" = "sha256-2l5cm7YLZyf2kuRPMytu7Fdewi6x3+9KyyQBv2F8ZDA=";
    };
  };
  useFetchCargoVendor = true;
  cargoHash = "sha256-cjNgp+StWkqtR1Y4caLv8EWhHsinSpbc/hgUUG7CGtE=";

  passthru.tests = {
    inherit (nixosTests.lvm2) lvm-thinpool-linux-latest;