From 03c4016a6046dd0a126fae4d92c1f400cfd42f42 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 27 Jul 2023 02:21:30 +0300 Subject: [PATCH] added default.nix to flake modules --- flake.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/flake.nix b/flake.nix index 2ee285d9..77d2134c 100644 --- a/flake.nix +++ b/flake.nix @@ -50,13 +50,5 @@ }; }; - #nixosConfigurations = { - # TODO(sako)::rename this - # sakotop = nixpkgs.lib.nixosSystem { - # system = "x86_64-linux"; - # specialArgs = attrs; - # modules = [ ./hosts/sakotop ]; - # }; - #}; }; }