tests/plugins/jupytext: disable on aarch64-darwin

This commit is contained in:
Matt Sturgeon 2024-12-14 22:37:37 +00:00
parent 2dc13f50e2
commit c8ffeac99a
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -1,4 +1,5 @@
{
{ pkgs, ... }:
pkgs.lib.optionalAttrs (pkgs.stdenv.hostPlatform.system != "aarch64-darwin") {
empty = {
plugins.jupytext.enable = true;
};