NixOS configuration ๐Ÿช„

๐Ÿ‘ท finishing up pipelines?

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

+3 -7
+3 -7
.tangled/workflows/nix-checks.yaml
··· 1 1 # run through nix checks 2 - 3 2 when: 4 3 - event: ["push", "manual"] 5 - branch: [ "v5" "refactor/full" ] 4 + branch: ["v5", "refactor/full"] 6 5 - event: ["pull_request"] 7 - branch: [ "v5" "refactor/full" ] 8 - 9 - engine: "nixery" 10 - 6 + branch: ["v5", "refactor/full"] 11 7 steps: 12 8 - name: "Enter development environment" 13 9 command: "nix develop ." 14 10 - name: "run through nix checks" 15 - command: "nix check" 11 + command: "nix check"