forked from nexu-io/open-design
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-deps.nix
More file actions
14 lines (14 loc) · 731 Bytes
/
Copy pathpnpm-deps.nix
File metadata and controls
14 lines (14 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
# Vendored pnpm store hashes for the workspace packages built by the flake.
# Generated lock artifact; do not hand-edit outside intentional Nix maintenance.
#
# The daemon and web derivations now build from different filtered source
# trees, so each fetchPnpmDeps invocation needs its own fixed-output hash.
# Refresh a hash whenever pnpm-lock.yaml or that derivation's source filter
# changes:
# 1. Temporarily set the consuming `hash = lib.fakeHash;`
# 2. Run the relevant nix build/flake check
# 3. Copy the expected hash printed by Nix into the matching field below
daemonHash = "sha256-VVQRlqaBZByNG9Nsw77Fj0z0BlTH9fjW0wUa1hu9r6I=";
webHash = "sha256-+0ZbXyBH8EQx06EMg58iUT8wQ61DHJhueVo+/iFWdxc=";
}