diff options
author | Akshay <[email protected]> | 2021-12-29 05:23:38 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2022-01-08 10:33:10 +0000 |
commit | d1ff222bcf94152cd657233cffd8c14a45788c26 (patch) | |
tree | fb8c94daefe0384a48b503fdd4bfaff905d78e2f /flake.nix | |
parent | 94a2edf57340ac3f3a2276c88a221ba3125172af (diff) |
allow for version based lints
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -33,9 +33,9 @@ | |||
33 | }); | 33 | }); |
34 | 34 | ||
35 | chanspec = { | 35 | chanspec = { |
36 | date = "2021-11-01"; | 36 | date = "2021-12-01"; |
37 | channel = "nightly"; | 37 | channel = "nightly"; |
38 | sha256 = "2BmxGawDNjXHJvnQToxmErMGgEPOfVzUvxhkvuixHYU="; # set zeros after modifying channel or date | 38 | sha256 = "DhIP1w63/hMbWlgElJGBumEK/ExFWCdLaeBV5F8uWHc="; # set zeros after modifying channel or date |
39 | }; | 39 | }; |
40 | rustChannel = p: (fenix.overlay p p).fenix.toolchainOf chanspec; | 40 | rustChannel = p: (fenix.overlay p p).fenix.toolchainOf chanspec; |
41 | 41 | ||