diff options
Diffstat (limited to 'third_party/nixpkgs/default.nix')
-rw-r--r-- | third_party/nixpkgs/default.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index 051a961c68aa..02d5e84ff507 100644 --- a/third_party/nixpkgs/default.nix +++ b/third_party/nixpkgs/default.nix @@ -54,10 +54,6 @@ let # Use `stableNixpkgs` from above. stableOverlay = _unstableSelf: _unstableSuper: { inherit (stableNixpkgs) - # bat syntaxes changed with syntect 5.0, but cheddar is still on 4.x - # TODO(tazjin): upgrade cheddar to syntect 5.0 - bat - # ntfy does not build on unstable as of 2022-08-02 ntfy |