modules: remove unused checkPlatform function

PR #1041
This commit is contained in:
Wael Nasreddine
2020-02-21 12:34:25 -08:00
committed by Robert Helgesson
parent 7f748f27bc
commit 4e50809c78

View File

@@ -13,8 +13,6 @@ let
hostPlatform = pkgs.stdenv.hostPlatform;
checkPlatform = any (meta.platformMatch pkgs.stdenv.hostPlatform);
loadModule = file: { condition ? true }: {
inherit file condition;
};