From 18a7a85fe45685020d14d240fd492f1fcd1075ca Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Fri, 3 Apr 2026 10:56:51 -0400 Subject: [PATCH] chore: remove outdated comments --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index c966cfe28..dce4f40a9 100644 --- a/flake.nix +++ b/flake.nix @@ -36,9 +36,7 @@ flake-parts.lib.mkFlake { inherit inputs; } { imports = [ ./nix ]; systems = [ - # good support "x86_64-linux" - # support untested but theoretically there "aarch64-linux" ]; };