diff options
Diffstat (limited to 'third_party/nixpkgs')
-rw-r--r-- | third_party/nixpkgs/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index 9060b5e0e1b7..dc3a59d43550 100644 --- a/third_party/nixpkgs/default.nix +++ b/third_party/nixpkgs/default.nix @@ -49,6 +49,9 @@ let # 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 ; }; |