this repo has no description
1
fork

Configure Feed

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

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