diff --git a/nix/autofirma/hm-module.nix b/nix/autofirma/hm-module.nix index f4a75b6..52d2801 100644 --- a/nix/autofirma/hm-module.nix +++ b/nix/autofirma/hm-module.nix @@ -10,7 +10,7 @@ with lib; let in { options.programs.autofirma = { enable = mkEnableOption "Autofirma"; - package = mkPackageOptionMD inputs.self.packages.${system} "autofirma" {}; + package = mkPackageOption inputs.self.packages.${system} "autofirma" {}; finalPackage = mkOption { type = types.package; readOnly = true; diff --git a/nix/autofirma/module.nix b/nix/autofirma/module.nix index b990927..e843db5 100644 --- a/nix/autofirma/module.nix +++ b/nix/autofirma/module.nix @@ -11,7 +11,7 @@ in { options.programs.autofirma = { enable = mkEnableOption "Autofirma"; fixJavaCerts = mkEnableOption "Fix Java certificates"; - package = mkPackageOptionMD inputs.self.packages.${system} "autofirma" {}; + package = mkPackageOption inputs.self.packages.${system} "autofirma" {}; finalPackage = mkOption { type = types.package; readOnly = true; diff --git a/nix/configuradorfnmt/hm-module.nix b/nix/configuradorfnmt/hm-module.nix index 4021c5b..c95c3a3 100644 --- a/nix/configuradorfnmt/hm-module.nix +++ b/nix/configuradorfnmt/hm-module.nix @@ -10,7 +10,7 @@ with lib; let in { options.programs.configuradorfnmt = { enable = mkEnableOption "configuradorfnmt"; - package = mkPackageOptionMD inputs.self.packages.${system} "configuradorfnmt" {}; + package = mkPackageOption inputs.self.packages.${system} "configuradorfnmt" {}; finalPackage = mkOption { type = types.package; readOnly = true; diff --git a/nix/configuradorfnmt/module.nix b/nix/configuradorfnmt/module.nix index 9faf9df..8eff77e 100644 --- a/nix/configuradorfnmt/module.nix +++ b/nix/configuradorfnmt/module.nix @@ -10,7 +10,7 @@ with lib; let in { options.programs.configuradorfnmt = { enable = mkEnableOption "configuradorfnmt"; - package = mkPackageOptionMD inputs.self.packages.${system} "configuradorfnmt" {}; + package = mkPackageOption inputs.self.packages.${system} "configuradorfnmt" {}; finalPackage = mkOption { type = types.package; readOnly = true; diff --git a/nix/dnieremote/hm-module.nix b/nix/dnieremote/hm-module.nix index c69a3c0..1f50b0a 100644 --- a/nix/dnieremote/hm-module.nix +++ b/nix/dnieremote/hm-module.nix @@ -10,7 +10,7 @@ with lib; let in { options.programs.dnieremote = { enable = mkEnableOption "DNIeRemote"; - package = mkPackageOptionMD inputs.self.packages.${system} "dnieremote" {}; + package = mkPackageOption inputs.self.packages.${system} "dnieremote" {}; finalPackage = mkOption { type = types.package; readOnly = true; diff --git a/nix/dnieremote/module.nix b/nix/dnieremote/module.nix index 2e4aac2..0a994b4 100644 --- a/nix/dnieremote/module.nix +++ b/nix/dnieremote/module.nix @@ -10,7 +10,7 @@ with lib; let in { options.programs.dnieremote = { enable = mkEnableOption "DNIeRemote"; - package = mkPackageOptionMD inputs.self.packages.${system} "dnieremote" {}; + package = mkPackageOption inputs.self.packages.${system} "dnieremote" {}; finalPackage = mkOption { type = types.package; readOnly = true;