mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 02:34:34 +02:00
tests: re-enable tests that work
This commit is contained in:
parent
6f8d8f7aee
commit
9851246241
29 changed files with 36 additions and 180 deletions
|
@ -1,12 +1,4 @@
|
|||
{ lib, pkgs, ... }:
|
||||
let
|
||||
platform = pkgs.stdenv.hostPlatform;
|
||||
|
||||
# TODO: `cadical`, one of `lean4`'s dependencies is broken on x86_64-darwin
|
||||
# https://github.com/NixOS/nixpkgs/pull/371275
|
||||
doRun = !(platform.isDarwin && platform.isx86_64);
|
||||
in
|
||||
lib.optionalAttrs doRun {
|
||||
{
|
||||
empty = {
|
||||
plugins.lean.enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue