From 41b400893c31c7a09dde1ca927069003901b112f Mon Sep 17 00:00:00 2001 From: autumn-the-kitty-cat Date: Tue, 2 Dec 2025 14:02:15 -0500 Subject: [PATCH] fix: oh my god oh my GOD. fix february flake --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 7ff20e4..6ba89b3 100644 --- a/flake.nix +++ b/flake.nix @@ -40,9 +40,9 @@ specialArgs = { hostName = "february"; inherit inputs; - - modules = [ ./host/pc/february/configuration.nix ]; }; + + modules = [ ./host/pc/february/configuration.nix ]; }; "march" = inputs.nixpkgs.lib.nixosSystem {