From 55a3ea839036d08d82f472413bda506eddac8f99 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 4 Jan 2024 12:00:28 +0800 Subject: [PATCH] config: remove custom check variable It is now less useful now that we have host- and user-specific module structuring. --- flake.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/flake.nix b/flake.nix index 69afc774..4c126a6c 100644 --- a/flake.nix +++ b/flake.nix @@ -105,11 +105,6 @@ extraArgs = { inherit (inputs) nix-colors; - - # This is a variable that is used to check whether the module is - # exported or not. Useful for configuring parts of the configuration - # that is otherwise that cannot be exported for others' use. - _isfoodogsquaredcustom = true; }; # We're considering this as the variant since we'll export the custom