From b25efb45434cbffe5db3b958a96ebd81abb4982b Mon Sep 17 00:00:00 2001 From: Juanperias <136520331+Juanperias@users.noreply.github.com> Date: Sat, 8 Feb 2025 12:18:49 -0400 Subject: [PATCH] fix: typo in flake description --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index de12304..e83110e 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "Rust Lang Esp flake for NixOs users"; + description = "Rust Lang Es flake for NixOs users"; inputs = { flake-parts.url = "github:hercules-ci/flake-parts"; flake-utils.url = "github:numtide/flake-utils";