From 05af210e6002b0cc334662e3bb1edf1ca0ec3b02 Mon Sep 17 00:00:00 2001 From: "every.channel" Date: Tue, 17 Feb 2026 23:45:01 -0800 Subject: [PATCH] nix: vendor hash for ec-cli git deps --- nix/pkgs/ec-cli.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/pkgs/ec-cli.nix b/nix/pkgs/ec-cli.nix index df5bd32..f8ce106 100644 --- a/nix/pkgs/ec-cli.nix +++ b/nix/pkgs/ec-cli.nix @@ -22,6 +22,10 @@ rustPlatform.buildRustPackage { cargoLock = { lockFile = ../../Cargo.lock; + outputHashes = { + # Filled iteratively when git dependencies change. + "moq-catalog-0.2.2" = "sha256-df9KXVBRiNewDJ7ZgGBja81PPnk8vC9TA0bDIG0892o="; + }; }; cargoBuildFlags = [ "-p" "ec-cli" ];