From 92a9e22021291c2335d90804fbb4c2dbea0b24af Mon Sep 17 00:00:00 2001
From: Soispha <soispha@vhack.eu>
Date: Sat, 29 Jul 2023 16:16:07 +0200
Subject: Style(treewide): Remove some unused imports

---
 flake/nixosConfigurations/default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'flake')

diff --git a/flake/nixosConfigurations/default.nix b/flake/nixosConfigurations/default.nix
index 79f9831a..198d9c73 100644
--- a/flake/nixosConfigurations/default.nix
+++ b/flake/nixosConfigurations/default.nix
@@ -39,7 +39,7 @@
         ++ defaultModules;
     };
   };
-  # FIXME; These need to stay in this position for the install script
+  # FIXME: These need to stay in this position for the install script
   hosts = ["tiamat" "apzu"];
   inactiveHosts = ["mammun" "lahmu"];
 
-- 
cgit 1.4.1