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