File tree Expand file tree Collapse file tree 5 files changed +34
-2
lines changed Expand file tree Collapse file tree 5 files changed +34
-2
lines changed Original file line number Diff line number Diff line change 55version = " 1.0.2-pre"
66edition = " 2024"
77license = " MIT"
8+ rust-version = " 1.88"
89
910[features ]
1011default = []
Original file line number Diff line number Diff line change 33 "devenv": {
44 "locked": {
55 "dir": "src/modules",
6- "lastModified": 1751987173 ,
6+ "lastModified": 1752692978 ,
77 "owner": "cachix",
88 "repo": "devenv",
9- "rev": "9b4d2b5a4f650994045d6752de2ec48c1d9437a4 ",
9+ "rev": "b2281100077d641cbf135e8680e973c0c2270bc4 ",
1010 "type": "github"
1111 },
1212 "original": {
9494 "nixpkgs": "nixpkgs",
9595 "pre-commit-hooks": [
9696 "git-hooks"
97+ ],
98+ "rust-overlay": "rust-overlay"
99+ }
100+ },
101+ "rust-overlay": {
102+ "inputs": {
103+ "nixpkgs": [
104+ "nixpkgs"
97105 ]
106+ },
107+ "locked": {
108+ "lastModified": 1752633862,
109+ "owner": "oxalica",
110+ "repo": "rust-overlay",
111+ "rev": "8668ca94858206ac3db0860a9dec471de0d995f8",
112+ "type": "github"
113+ },
114+ "original": {
115+ "owner": "oxalica",
116+ "repo": "rust-overlay",
117+ "type": "github"
98118 }
99119 }
100120 },
Original file line number Diff line number Diff line change 1313 ] ;
1414
1515 languages . rust . enable = true ;
16+ languages . rust . channel = "stable" ;
17+ languages . rust . version = "1.88.0" ;
1618
1719 processes = lib . optionalAttrs ( ! config . devenv . isTesting ) {
1820 cargo-watch . exec = "cargo-watch" ;
Original file line number Diff line number Diff line change 1+ inputs :
2+ rust-overlay :
3+ url : github:oxalica/rust-overlay
4+ inputs :
5+ nixpkgs :
6+ follows : nixpkgs
Original file line number Diff line number Diff line change 1+ [toolchain ]
2+ channel = " 1.88"
3+ profile = " default"
You can’t perform that action at this time.
0 commit comments