1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

feat: add a readme

This commit is contained in:
Kevin Amado 2022-01-26 18:24:38 -05:00
parent 1211194ba0
commit bbfb513aa9
No known key found for this signature in database
GPG key ID: FFF341057F503148
4 changed files with 136 additions and 12 deletions

17
flake.lock generated
View file

@ -1,5 +1,21 @@
{
"nodes": {
"flakeCompat": {
"flake": false,
"locked": {
"lastModified": 1641205782,
"narHash": "sha256-4jY7RCWUoZ9cKD8co0/4tFARpWB+57+r1bLLvXNJliY=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "b7547d3eed6f32d06102ead8991ec52ab0a4f1a7",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flakeUtils": {
"locked": {
"lastModified": 1642700792,
@ -33,6 +49,7 @@
},
"root": {
"inputs": {
"flakeCompat": "flakeCompat",
"flakeUtils": "flakeUtils",
"nixpkgs": "nixpkgs"
}