this repo has no description
1
fork

Configure Feed

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

at da4329c8a6066a695ac613bcbbd5b2113e45e71f 11 lines 104 B view raw
1{ 2 mkShellNoCC, 3 shellcheck, 4 shfmt, 5}: 6mkShellNoCC { 7 packages = [ 8 shellcheck 9 shfmt 10 ]; 11}