IFD-embracing Nix expression to import pnpm-lock.yaml files in Nix derivations
nixpkgs nix flake pnpm
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(config-hook): improve log output

--reporter append-only can significantly improve log output

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>

authored by

Sefa Eyeoglu and committed by tangled.org 268f1488 2032e2d7

+1
+1
config-hook.sh
··· 31 31 runHook prePnpmInstall 32 32 33 33 if ! pnpm install \ 34 + --reporter append-only \ 34 35 --ignore-scripts \ 35 36 "${pnpmInstallFlags[@]}" \ 36 37 --frozen-lockfile