this repo has no description
0
fork

Configure Feed

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

*

Jes Olson 19d2c9da

+14
+14
.tangled/workflows/whatever.yml
··· 1 + when: 2 + - event: ["push"] 3 + 4 + dependencies: 5 + nixpkgs: 6 + - go 7 + 8 + steps: 9 + - name: wtf 10 + command: "ls -l" 11 + - name: meepmorp 12 + command: pwd 13 + - name: nix??? 14 + command: nix --version