about summary refs log tree commit diff
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
parent2023-02-19 (diff)
2023-02-19
Diffstat (limited to '')
-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.";

Consider giving Nix/NixOS a try! <3