The world's most clever kitty cat
0
fork

Configure Feed

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

Test out CI

Ben C 474e960a 38d5d388

+14
+14
.tangled/workflows/ci.yml
··· 1 + when: 2 + - event: ["manual", "push"] 3 + branch: ["main"] 4 + 5 + engine: nixery 6 + 7 + dependencies: 8 + nixpkgs: 9 + - lix 10 + 11 + steps: 12 + - name: Check Flake 13 + command: | 14 + nix flake check