From 02329da6ad506554291c85ed884b58873923410a Mon Sep 17 00:00:00 2001 From: April John Date: Mon, 24 Jul 2023 04:09:15 +0200 Subject: [PATCH] fix typo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 60e2d54a2..f089f9327 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ inputs.devenv.flakeModule ]; - # Define the systems that this works on. Only tested with x66_64-linux, add more if you test and it works. + # Define the systems that this works on. Only tested with x86_64-linux, add more if you test and it works. systems = [ "x86_64-linux" ];