mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
tests/plugins/jupytext: disable on aarch64-darwin
This commit is contained in:
parent
2dc13f50e2
commit
c8ffeac99a
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
{ pkgs, ... }:
|
||||
pkgs.lib.optionalAttrs (pkgs.stdenv.hostPlatform.system != "aarch64-darwin") {
|
||||
empty = {
|
||||
plugins.jupytext.enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue