mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
chore: add a more ergonomic (and cleaner) devshell
- project a pre-commit hook for contributors - add an editorconfig
This commit is contained in:
parent
27e2435aa7
commit
f9a8373893
5 changed files with 109 additions and 3 deletions
16
flake.lock
generated
16
flake.lock
generated
|
@ -38,6 +38,21 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"devshell": {
|
||||
"locked": {
|
||||
"lastModified": 1643393796,
|
||||
"narHash": "sha256-+wb2OFWJjXUZw3HQezACc9Lj/5uuhNpUtrjDiIYw8H4=",
|
||||
"owner": "numtide",
|
||||
"repo": "devshell",
|
||||
"rev": "fff3dc6e4538f6df85ee3027f13cc7730b23f61d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "numtide",
|
||||
"repo": "devshell",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"fenix": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
|
@ -111,6 +126,7 @@
|
|||
"root": {
|
||||
"inputs": {
|
||||
"alejandra": "alejandra",
|
||||
"devshell": "devshell",
|
||||
"fenix": "fenix",
|
||||
"flakeCompat": "flakeCompat",
|
||||
"flakeUtils": "flakeUtils",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue