glados/devshell.toml

14 lines
256 B
TOML
Raw Permalink Normal View History

2021-11-16 17:30:14 +01:00
imports = [ "git.hooks" ]
[devshell]
name = "GLaDOS"
[[commands]]
help = "update README.md from src/main.rs"
name = "update-readme"
command = "cargo readme --no-indent-headings -o README.md"
[git.hooks]
enable = true
pre-commit.text = "nix flake check"