From 0b7b24f8feab1928e77c7d07ea1570311ff5f904 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Fri, 24 May 2024 14:04:53 +0200 Subject: [PATCH] fix: remove busted from propagatedBuildInputs --- nix/overlay.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/nix/overlay.nix b/nix/overlay.nix index 06f8751..fabaaac 100644 --- a/nix/overlay.nix +++ b/nix/overlay.nix @@ -23,14 +23,6 @@ with final.stdenv; let homepage = "https://github.com/nvim-neorocks/luarocks-tag-release"; license = licenses.agpl3Only; }; - - doCheck = true; - - preCheck = '' - # This one currently can't be run with nix - # It is run in the integration test on GitHub CI - rm spec/nvim_spec.lua - ''; }; luarocks-tag-release-action = pkgs.writeShellApplication {