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: don't set store-dir

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

-2
-2
config-hook.sh
··· 22 22 pnpm config set manage-package-manager-versions false 23 23 popd 24 24 25 - pnpm config set store-dir "$STORE_PATH" 26 - 27 25 # Prevent hard linking on file systems without clone support. 28 26 # See: https://pnpm.io/settings#packageimportmethod 29 27 pnpm config set package-import-method clone-or-copy