Non stop entertainment! The wackiest NixOS configuration to-date. thevoid.cafe/projects/puzzlevision
nixos flake flake-parts dotfiles home-manager nix

👷 Add nix-check pipeline

thevoid.cafe a9817276 5dc4ddb4

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