weylus: add meta.platforms

This commit is contained in:
Andy Chun @noneucat 2021-11-30 13:21:32 -08:00
parent d727551423
commit 45db1b5f38

View file

@ -66,5 +66,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/H-M-H/Weylus";
license = with licenses; [ agpl3Only ];
maintainers = with maintainers; [ lom ];
platforms = [ "x86_64-linux" ];
};
}