summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-02-19 21:35:36 +0300
committerAzat Bahawi <azat@bahawi.net>2023-02-19 21:35:36 +0300
commit9e3f4268c87b0d1a64e9429ea173252a5f774ec5 (patch)
tree12896bfa12d7175a22c1e8091cfcc785112df12b /lib
parent91fb4f28ef5d87e8bcf7749928d30ba4a9cbbd34 (diff)
2023-02-19
Diffstat (limited to 'lib')
-rw-r--r--lib/my.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/my.nix b/lib/my.nix
index 08db155..fbd5462 100644
--- a/lib/my.nix
+++ b/lib/my.nix
@@ -9,13 +9,6 @@ with lib;
attrsOf (submodule ({name, ...}: {
freeformType = attrs;
options = let
- mkConfigurationArchOption = type:
- mkOption {
- description = "Whether the machine's architecture is a ${type} one.";
- type = bool;
- default = false;
- };
-
mkConfigurationTypeOption = type:
mkOption {
description = "Whether the machine's functional type is a ${type} one.";