nix: use rust-overlay for nightly Rust
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I74b2d21496261a3178ce043a5990583d6a6a6964
This commit is contained in:
parent
9f62b28c58
commit
c310ca5635
9 changed files with 65 additions and 12 deletions
23
flake.lock
generated
23
flake.lock
generated
|
|
@ -34,7 +34,28 @@
|
|||
"root": {
|
||||
"inputs": {
|
||||
"crane": "crane",
|
||||
"nixpkgs": "nixpkgs"
|
||||
"nixpkgs": "nixpkgs",
|
||||
"rust-overlay": "rust-overlay"
|
||||
}
|
||||
},
|
||||
"rust-overlay": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1770433312,
|
||||
"narHash": "sha256-IaiqGwmLBrR0z67t/oaS6GIFxv9V8mDY7dBTuYVTbKY=",
|
||||
"owner": "oxalica",
|
||||
"repo": "rust-overlay",
|
||||
"rev": "9922ff9f99a6436756cbe6f5d11f9c3630e58cf0",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "oxalica",
|
||||
"repo": "rust-overlay",
|
||||
"type": "github"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue