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.

chore(readme): refer to checks for examples

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

authored by

Sefa Eyeoglu and committed by tangled.org 12e183a9 268f1488

+6
+6
README.md
··· 163 163 the whole lockfile, even if you just want to build a tiny component of a huge 164 164 monorepo. On the other hand, there will only be a single cache for the whole 165 165 monorepo! There may be ways to reduce the cache in the future. 166 + 167 + ## Examples 168 + 169 + Take a look at [`checks/vencord.nix`](checks/vencord.nix) and 170 + [`checks/with-gyp/default.nix`](checks/with-gyp/default.nix) for some *real 171 + world* examples.