From 9e3f4268c87b0d1a64e9429ea173252a5f774ec5 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sun, 19 Feb 2023 21:35:36 +0300 Subject: 2023-02-19 --- lib/my.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lib/my.nix') 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."; -- cgit v1.2.3