Set some meta.platforms
Also fix meta.platform -> meta.platforms in a few places.
This commit is contained in:
@@ -52,4 +52,7 @@ stdenv.mkDerivation {
|
||||
|
||||
passthru.grubTarget = "";
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user