knightos: add platforms

This commit is contained in:
Ben Siraphob
2020-10-17 08:47:34 -07:00
committed by Jon
parent c6218f2172
commit 3ed43eaade
4 changed files with 4 additions and 0 deletions
@@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
description = "Converts image formats supported by ImageMagick to the KnightOS image format";
license = licenses.mit;
maintainers = with maintainers; [ siraben ];
platforms = platforms.unix;
};
}