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
@@ -72,7 +72,7 @@
"flake.lock", "flake.lock",
"nix/package.nix" "nix/package.nix"
], ],
"test_status": "nix build now evaluates; still requires real pnpm.fetchDeps hash from first build" "test_status": "nix build dependency hash resolved (fetchPnpmDeps hash pinned from build output); run nix build .#flynn to verify end-to-end in host environment"
}, },
"deployment-targets-paas": { "deployment-targets-paas": {
+1 -1
View File
@@ -29,7 +29,7 @@ pkgs.stdenv.mkDerivation rec {
# NOTE: Update this hash after the first `nix build` by copying the # NOTE: Update this hash after the first `nix build` by copying the
# "got: sha256-..." value from the error message. # "got: sha256-..." value from the error message.
hash = lib.fakeHash; hash = "sha256-dyxGSSLoMVEKgTs+owdgRZw9uvJhQLEFsib/GPyxtxM=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [