Merge pull request #7 from numtide/runCommand

replace runCommandNoCC by runCommand
main
Jonas Chevalier 2 years ago committed by GitHub
commit bd1c3bccdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,11 +1,11 @@
{
runCommandNoCC,
runCommand,
gofumpt,
alejandra,
python3,
treefmt,
}:
runCommandNoCC "treefmt" {
runCommand "treefmt" {
nativeBuildInputs = [
gofumpt
treefmt

Loading…
Cancel
Save