fix(nix): pin fetchPnpmDeps hash
This commit is contained in:
@@ -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
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user