1
Fork 0
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:
David Arnold 2022-01-29 20:52:57 -05:00
parent 27e2435aa7
commit f9a8373893
No known key found for this signature in database
GPG key ID: 0318D822BAC965CC
5 changed files with 109 additions and 3 deletions

16
flake.lock generated
View file

@ -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",