This commit is contained in:
parent
b3787da640
commit
b1278f431b
@ -100,7 +100,7 @@ def main(ctx):
|
|||||||
"commands": [
|
"commands": [
|
||||||
"nix fmt -- --version",
|
"nix fmt -- --version",
|
||||||
"nix fmt -- --check . || " +
|
"nix fmt -- --check . || " +
|
||||||
"(echo 'nix code unformatted! run `nix fmt` to fix it' && exit 1)"
|
"(echo 'nix code unformatted! run \"nix fmt\" to fix it' && exit 1)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user