IFD-embracing Nix expression to import pnpm lock files in Nix derivations

feat: add format check

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

+2
+2
.tangled/workflows/checks.yaml
··· 9 9 steps: 10 10 - name: "Flake check" 11 11 command: "nix flake check -L" 12 + - name: "Format" 13 + command: "nix fmt -- --fail-on-change"