Skip to content

Commit

Permalink
fix: remove busted from propagatedBuildInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed May 24, 2024
1 parent 04ecbad commit 0b7b24f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions nix/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0b7b24f

Please sign in to comment.