about summary refs log tree commit diff
path: root/third_party/nixpkgs
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2022-08-22T10·30+0200
committersterni <sternenseemann@systemli.org>2022-08-22T13·54+0000
commitdf7cd63fa11e889ccf5591548c0a9beba8e7a55e (patch)
tree47dfc03411ef133795ef43d0085cf73528e45821 /third_party/nixpkgs
parentfdc5763f5be6c1749cfec1b39e13dfcb414acfb0 (diff)
chore(3p/sources): Bump channels & overlays r/4449
* //users/tazjin/predlozhnik: bump wasm-bindgen & run `cargo update`

* //users/Profpatsch/writers:
  use proper keyword syntax to make make flake8 happy.

* //third_party/nixpkgs: pick binaryen from stable channel

Change-Id: Ia711d8c396aa09b78413d80f35eedf63fa315596
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6118
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Reviewed-by: Profpatsch <mail@profpatsch.de>
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 dc3a59d435..d266283e05 100644
--- a/third_party/nixpkgs/default.nix
+++ b/third_party/nixpkgs/default.nix
@@ -52,6 +52,9 @@ let
 
       # ntfy does not build on unstable as of 2022-08-02
       ntfy
+
+      # binaryen does not build on unstable as of 2022-08-22
+      binaryen
       ;
   };