Skip to content

Commit

Permalink
turn off checks in tree-grepper
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Sep 17, 2021
1 parent 310e348 commit 85c0d7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flake.nix
Expand Up @@ -192,6 +192,12 @@
});

tmux-session = final.callPackage ./pkgs/tmux-session { };

# tree-grepper tests pass most of the time, but sometimes the nixpkgs
# between that repo and this one cause clippy incompatibilities. The
# tests are run in CI anyway, so there's no need to re-run them here.
tree-grepper =
prev.tree-grepper.overrideAttrs (attrs: { doCheck = false; });
})
];
in {
Expand Down

0 comments on commit 85c0d7e

Please sign in to comment.