mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
config: remove custom check variable
It is now less useful now that we have host- and user-specific module structuring.
This commit is contained in:
parent
8cbca2ce83
commit
55a3ea8390
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user