From 491c6d2a3f239754a2e6aa110d47899a38d94c45 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 26 May 2024 19:49:33 +0200 Subject: [PATCH] packages/neovim: stop ignoring failure of neovim for darwin on Hercules-CI --- flake/packages/neovim.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/flake/packages/neovim.nix b/flake/packages/neovim.nix index 718671c6..be60da56 100644 --- a/flake/packages/neovim.nix +++ b/flake/packages/neovim.nix @@ -95,7 +95,4 @@ in ${oa.preConfigure} sed -i cmake.config/versiondef.h.in -e 's/@NVIM_VERSION_PRERELEASE@/-dev+${neovim-src.shortRev or "dirty"}/' ''; - - # libiconv is failing - ignoreFailure = pkgs.stdenv.isDarwin; })