diff --git a/modules/modules.nix b/modules/modules.nix index 64418dbae..8608a5e69 100644 --- a/modules/modules.nix +++ b/modules/modules.nix @@ -13,8 +13,6 @@ let hostPlatform = pkgs.stdenv.hostPlatform; - checkPlatform = any (meta.platformMatch pkgs.stdenv.hostPlatform); - loadModule = file: { condition ? true }: { inherit file condition; };