From ba26c41cc58708d9aaf5debd2acde1eab94690e6 Mon Sep 17 00:00:00 2001 From: ok300 <106775972+ok300@users.noreply.github.com> Date: Sat, 16 Nov 2024 10:29:59 +0100 Subject: [PATCH] Fix typo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index aebb30d00..f1931d2b1 100644 --- a/flake.nix +++ b/flake.nix @@ -53,7 +53,7 @@ targets = [ "wasm32-unknown-unknown" ]; # wasm }; - # Nighly for creating lock files + # Nightly for creating lock files nightly_toolchain = pkgs.rust-bin.selectLatestNightlyWith (toolchain: toolchain.default.override { extensions = [ "rustfmt" "clippy" "rust-analyzer" ]; });