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: add missing license headers

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

+10
+4
.tangled/workflows/checks.yaml
··· 1 + # SPDX-FileCopyrightText: 2026 Sefa Eyeoglu <contact@scrumplex.net> 2 + # 3 + # SPDX-License-Identifier: MIT 4 + 1 5 when: 2 6 - event: ["push", "manual"] 3 7 branch: ["main"]
+6
README.md
··· 1 + <!-- 2 + SPDX-FileCopyrightText: 2026 Sefa Eyeoglu <contact@scrumplex.net> 3 + 4 + SPDX-License-Identifier: MIT 5 + --> 6 + 1 7 # importPnpmLock.nix 2 8 3 9 Nix tooling to import `pnpm-lock.yaml`s so you can build reproducible Node.js