treewide: remove lib.meta.enableIfAvailable
This commit is contained in:
@@ -86,6 +86,4 @@ rec {
|
||||
then { system = elem; }
|
||||
else { parsed = elem; };
|
||||
in lib.matchAttrs pattern platform;
|
||||
|
||||
enableIfAvailable = p: if p.meta.available or true then [ p ] else [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user