diff --git a/pkgs/ears-cli.nix b/pkgs/ears-cli.nix index c2ef4b2..0633e8f 100644 --- a/pkgs/ears-cli.nix +++ b/pkgs/ears-cli.nix @@ -32,7 +32,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://git.sleeping.town/feline/ears-cli"; description = "A tool to manipulate Ears skins on the command line"; - platforms = platforms.unix; + inherit (jdk.meta) platforms; maintainers = with maintainers; [ infinidoge ]; }; }