An easy-to-host PDS on the ATProtocol, iPhone and MacOS. Maintain control of your keys and data, always.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(MM-135): add nix-check recipe to justfile

authored by

Malpercio and committed by
Tangled
8b08d6be 051143e9

+6
+6
justfile
··· 31 31 # Run the full CI pipeline locally 32 32 ci: fmt-check clippy test 33 33 cargo audit 34 + 35 + # Validate NixOS module evaluation (flake structure check). 36 + # For full smoke tests (ExecStart composition, option enforcement, configFile 37 + # escape hatch), run the nix eval commands in phase_03.md Tasks 2-5 manually. 38 + nix-check: 39 + nix flake check --impure --accept-flake-config