From 6bde240991808854b4e11c8d98f4b7888fab1b6b Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 2 Aug 2023 10:11:37 +0800 Subject: [PATCH] config: update internal check variable I forgot to update it. Whoops... --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index db6c7aa0..bd372ace 100644 --- a/flake.nix +++ b/flake.nix @@ -122,9 +122,7 @@ # 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. - # - # "Fds" stands for foo-dogsquared just because. :p - _isInsideFds = true; + _isfoodogsquaredcustom = true; }; # We're considering this as the variant since we'll export the custom