Since nightly features are used in the formatting rules, rustfmt is
pinned to a specific nightly version -- and is not updated alongside
the niv sources.
Bump the nightly version date to 2022-07-01 to coincide with stable release.
Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
---
Published-as: https://github.com/FintanH/radicle-link/tree/patches/nix%2Frustfmt-nightly-2022-07-01%2Fv1
default.nix | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/default.nix b/default.nix
index c97a7bf1..ae3438d7 100644
--- a/default.nix+++ b/default.nix
@@ -16,7 +16,7 @@ in
cargo-deny
cargo-nextest
cargo-watch
- pkgs.rust-bin.nightly."2021-12-02".rustfmt+ pkgs.rust-bin.nightly."2022-07-01".rustfmt # hard dependencies
cmake
--
2.31.1