sqlcheck: reduce platforms

This commit is contained in:
h7x4
2025-10-15 00:28:08 +09:00
parent dfc30953d4
commit 07daf04299
+1 -1
View File
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
description = "Automatically identify anti-patterns in SQL queries";
mainProgram = "sqlcheck";
license = licenses.asl20;
platforms = platforms.all;
platforms = with platforms; unix ++ windows;
maintainers = [ ];
};
}