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
@@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
description = "KnightOS C compiler";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ siraben ];
platforms = platforms.unix;
};
}