We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be1462 commit e88f5b6Copy full SHA for e88f5b6
README.md
@@ -112,6 +112,16 @@
112
- id: alejandra # Requires Nix to be previously installed in the system
113
- id: alejandra-system # Requires Alejandra to be previously installed in the system
114
```
115
+
116
+ - [pre-commit-hooks.nix](https://github.com/cachix/pre-commit-hooks.nix)
117
118
+ ```nix
119
+ pre-commit-check = pre-commit-hooks.lib.${system}.run {
120
+ hooks = {
121
+ alejandra.enable = true;
122
+ };
123
124
+ ```
125
126
## Getting started
127
0 commit comments