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

feat: use nighly toolchain

This commit is contained in:
Kevin Amado 2022-01-29 19:49:34 -05:00
parent 4833d71826
commit ba47c3b118
No known key found for this signature in database
GPG key ID: FFF341057F503148
3 changed files with 27 additions and 55 deletions

17
flake.lock generated
View file

@ -2,7 +2,9 @@
"nodes": {
"fenix": {
"inputs": {
"nixpkgs": "nixpkgs",
"nixpkgs": [
"nixpkgs"
],
"rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
@ -52,16 +54,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1643347846,
"narHash": "sha256-O0tyXF//ppRpe9yT1Uu5n34yI2MWDyY6ZiJ4Qn5zIkE=",
"lastModified": 1643322911,
"narHash": "sha256-WLe4lXAYXH/v80iO02npX1wdXq4nIVEHJTONLXbQrL0=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "5bb20f9dc70e9ee16e21cc404b6508654931ce41",
"rev": "d9e21f284317f85b3476c0043f4efea87a226c3a",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
@ -71,10 +73,7 @@
"fenix": "fenix",
"flakeCompat": "flakeCompat",
"flakeUtils": "flakeUtils",
"nixpkgs": [
"fenix",
"nixpkgs"
]
"nixpkgs": "nixpkgs"
}
},
"rust-analyzer-src": {