mirror of
https://github.com/nexu-io/open-design.git
synced 2026-07-03 12:27:55 +08:00
* security: override tmp to patched version * chore: refresh nix pnpm deps hash --------- Co-authored-by: Gateway <gateway@users.noreply.github.com> Co-authored-by: a1chzt <chizblank@gmail.com>
15 lines
731 B
Nix
15 lines
731 B
Nix
{
|
|
# 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-cHVStKsh5vDiplA7QVCZuC9xbXKOoE7v7VfwX0A3Pes=";
|
|
webHash = "sha256-THVcqWm8iPpF65gBaV8/nK27ZjOwVJzsAAfVQZxN+As=";
|
|
}
|