From a80e252193096f22ae79fa03e66a0853ddae050e Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 19 Feb 2022 20:44:59 +0530 Subject: parallelize statix-check --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 9bb9332..f6099e0 100644 --- a/flake.nix +++ b/flake.nix @@ -33,9 +33,9 @@ }); chanspec = { - date = "2021-12-01"; + date = "2022-02-06"; channel = "nightly"; - sha256 = "DhIP1w63/hMbWlgElJGBumEK/ExFWCdLaeBV5F8uWHc="; # set zeros after modifying channel or date + sha256 = "oKkTWopCDx4tphzTtRn+zDDtvmIZrL/H44tV2ruSfDw="; # set zeros after modifying channel or date }; rustChannel = p: (fenix.overlay p p).fenix.toolchainOf chanspec; -- cgit v1.2.3