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
@@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
description = "A tool to create or extract KnightOS packages";
license = licenses.lgpl2Only;
maintainers = with maintainers; [ siraben ];
platforms = platforms.unix;
};
}