From 1a6e2f7db68a0f9a6c7549edd876fd7e9b631da9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 9 Oct 2024 13:57:01 +0200 Subject: [PATCH] remove renderClanOptions we already evaluate those else where. --- checks/flake-module.nix | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/checks/flake-module.nix b/checks/flake-module.nix index c783ebaca..46a4d9440 100644 --- a/checks/flake-module.nix +++ b/checks/flake-module.nix @@ -18,19 +18,6 @@ { checks = let - # ensure all options can be rendered after importing clan into nixos - renderClanOptions = - let - docs = pkgs.nixosOptionsDoc { - options = - (pkgs.nixos { - imports = [ self.nixosModules.clanCore ]; - clan.core.clanDir = ./.; - }).options; - warningsAreErrors = false; - }; - in - docs.optionsJSON; nixosTestArgs = { # reference to nixpkgs for the current system inherit pkgs; @@ -61,7 +48,7 @@ self'.legacyPackages.homeConfigurations or { } ); in - { inherit renderClanOptions; } // nixosTests // flakeOutputs; + nixosTests // flakeOutputs; legacyPackages = { nixosTests = let