fix(nix): pin fetchPnpmDeps hash

This commit is contained in:
William Valentin
2026-02-15 18:50:13 -08:00
parent ad9552cf65
commit 1dca110f3b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ pkgs.stdenv.mkDerivation rec {
# NOTE: Update this hash after the first `nix build` by copying the
# "got: sha256-..." value from the error message.
hash = lib.fakeHash;
hash = "sha256-dyxGSSLoMVEKgTs+owdgRZw9uvJhQLEFsib/GPyxtxM=";
};
nativeBuildInputs = [