mirror of
https://github.com/nexu-io/open-design.git
synced 2026-06-01 03:14:35 +07:00
Update Nix pnpm deps hash
This commit is contained in:
parent
4f15c33595
commit
dbfe08eaf3
2 changed files with 2 additions and 2 deletions
|
|
@ -44,7 +44,7 @@ let
|
|||
# `nix build .#daemon` will fail with the expected hash printed; copy
|
||||
# that into `pnpmDepsHash` below. Bump it whenever pnpm-lock.yaml
|
||||
# changes.
|
||||
pnpmDepsHash = "sha256-NtXbiRU0YZ4EVJVNC6N3sR1S0ozA3BvCwgXI0L0OMH4=";
|
||||
pnpmDepsHash = "sha256-mzGiD5K1l5SEFpQ++L4wq775ne+ViG4ruXYZYEdT6zQ=";
|
||||
# pnpmDepsHash = lib.fakeHash;
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ let
|
|||
# `nix build .#web` will fail with the expected hash printed; copy
|
||||
# that into `pnpmDepsHash` below. Bump it whenever pnpm-lock.yaml
|
||||
# changes.
|
||||
pnpmDepsHash = "sha256-NtXbiRU0YZ4EVJVNC6N3sR1S0ozA3BvCwgXI0L0OMH4=";
|
||||
pnpmDepsHash = "sha256-mzGiD5K1l5SEFpQ++L4wq775ne+ViG4ruXYZYEdT6zQ=";
|
||||
# pnpmDepsHash = lib.fakeHash;
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue