Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 58b4cdc0..c3b4ce5d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -36,7 +36,7 @@
The default Helix build. Uses the latest stable Rust toolchain, and unstable
nixpkgs.
- The build inputs can be overriden with the following:
+ The build inputs can be overridden with the following:
packages.${system}.default.override { rustPlatform = newPlatform; };