From 2f4472263d8044875eab95a66dfe30dda08266b4 Mon Sep 17 00:00:00 2001 From: derped Date: Sun, 10 Sep 2023 09:20:03 +0200 Subject: [PATCH] Remove dead line from flake.nix --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6547326..f9c7cdf 100644 --- a/flake.nix +++ b/flake.nix @@ -36,7 +36,6 @@ ++ serviceFiles; }; }; - result = lib.listToAttrs (map nixosSystemFor ["Lilim"]); in { nixosConfigurations = lib.listToAttrs (map nixosSystemFor machineList); };