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.

feat(ci): init

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

+11
+11
.tangled/workflows/checks.yaml
··· 1 + when: 2 + - event: ["push", "manual"] 3 + branch: ["main"] 4 + - event: ["pull_request"] 5 + branch: ["main"] 6 + 7 + engine: nixery 8 + 9 + steps: 10 + - name: "Flake check" 11 + command: "nix flake check -L"