Commit ff1f2bea authored by TomaSajt's avatar TomaSajt Committed by Masum Reza
Browse files

pop-launcher: use fetchCargoVendor

parent 28efcbcb
Loading
Loading
Loading
Loading
+0 −3297

File deleted.

Preview size limit exceeded, changes collapsed.

+3 −7
Original line number Diff line number Diff line
@@ -29,13 +29,9 @@ rustPlatform.buildRustPackage rec {
    libxkbcommon
  ];

  cargoLock = {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "cosmic-client-toolkit-0.1.0" = "sha256-6XM6kcM2CEGAziCkal4uO0EL1nEWOKb3rFs7hFh6r7Y=";
      "switcheroo-control-0.1.0" = "sha256-mklNPKVMO6iFrxki2DwiL5K78KiWpGxksisYldaASIE=";
    };
  };
  useFetchCargoVendor = true;
  cargoHash = "sha256-Htre2gzAlNfxBkBvMMtjYbUcuwNw+tB4DI18iBA+g34=";

  cargoBuildFlags = [
    "--package"
    "pop-launcher-bin"