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

refactor: rename rust analyzer

This commit is contained in:
Kevin Amado 2022-01-30 14:38:53 -05:00
parent b7b044ca85
commit 27e2435aa7
No known key found for this signature in database
GPG key ID: FFF341057F503148

26
flake.lock generated
View file

@ -17,17 +17,19 @@
"nixpkgs": [
"nixpkgs"
],
"rustAnalyzerSrc": "rustAnalyzerSrc",
"rustAnalyzer": [
"rustAnalyzer"
],
"treefmt": [
"treefmt"
]
},
"locked": {
"lastModified": 1643567537,
"narHash": "sha256-/vjhEPBc2emB2oYkE6h+1ny3S88o8FUi4Lw60i4yNfc=",
"lastModified": 1643571374,
"narHash": "sha256-UiH+zqlF4TOdkzIOeHUgE/7pOQTULtF9ysl/PcDYsrA=",
"owner": "kamadorueda",
"repo": "alejandra",
"rev": "8df9020a1dd3f3974c99b5137bf89e53eddcbc1e",
"rev": "b7b044ca85a9f8da2507aaf82188b2a3b73076eb",
"type": "github"
},
"original": {
@ -133,22 +135,6 @@
"type": "github"
}
},
"rustAnalyzerSrc": {
"flake": false,
"locked": {
"lastModified": 1643549027,
"narHash": "sha256-M1+EmMsidaI+ZQCJEV3wVSAS+PaDqZ63OiGDkoRccjg=",
"owner": "rust-analyzer",
"repo": "rust-analyzer",
"rev": "c08df0f1f5e188e2e1e8f1715ff3a6d583cfb9f3",
"type": "github"
},
"original": {
"owner": "rust-analyzer",
"repo": "rust-analyzer",
"type": "github"
}
},
"treefmt": {
"inputs": {
"flake-utils": [