From 9ee20751e77ef22b28d5dd0c20ebf04f0bdc22dc Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 23 Jun 2023 00:28:48 +0800 Subject: [PATCH] config: remove NixOS module from nixos-generators It is only meant for generation and not for deployment. Learnt that the hard way. --- flake.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/flake.nix b/flake.nix index 28628d2c..8b4656b3 100644 --- a/flake.nix +++ b/flake.nix @@ -292,9 +292,6 @@ ]; }) - (lib'.optionalAttrs (metadata ? format) - inputs.nixos-generators.nixosModules."${metadata.format}") - hostSharedConfig path ];