NixOS configuration ๐Ÿช„

๐Ÿ‘ท format -> nix-checks

Signed-off-by: Xaiya Schumin <d.schumin@proton.me>

+5 -1
+5 -1
.tangled/workflows/format.yaml .tangled/workflows/nix-checks.yaml
··· 1 - # Format and lint files 1 + # run through nix checks 2 2 3 3 when: 4 4 - event: ["push", "manual"] 5 + branch: [ "*" ] 5 6 - event: ["pull_request"] 7 + branch: [ "*" ] 8 + 9 + engine: "nixery" 6 10 7 11 steps: 8 12 - name: "Enter development environment"