about summary refs log tree commit diff
path: root/third_party/nixpkgs
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2022-07-28T11·14+0200
committerclbot <clbot@tvl.fyi>2022-08-02T22·39+0000
commit83d3042209aad014a6b9908700fad642dadccdbe (patch)
tree27a7ba3acfadd821a2d547ba0232029ccd8b92d9 /third_party/nixpkgs
parent6f71482534b7c6dc01db4dfddf0528acd6a749bc (diff)
chore(3p/sources): Bump channels & overlays r/4375
* //users/grfn/system/home: build rain with Go 1.17, as it fails to
  build with Go 1.18 which introduces new compile-time errors

* //3p/nixpkgs: pick ntfy from stable channel as it does not build on
  unstable

* //users/sterni/emacs: make sure use-package is available before
  org-tracker can be loaded dynamically from $HOME/src. Interestingly
  this only became a problem with this channel bump.

Change-Id: Id7d23b66bc3ba0202a01b4f8d670854e1f31175e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5988
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
Reviewed-by: grfn <grfn@gws.fyi>
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'third_party/nixpkgs')
-rw-r--r--third_party/nixpkgs/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix
index 9060b5e0e1..dc3a59d435 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
       ;
   };