chore(3p/sources): bump nixpkgs & overlays (2023-02-07)

Included fixes:

* //3p/overlays: tdlib override no longer needed (bump has landed upstream)
* //corp/{predlozhnik,tvixbolt}: bump wasm-bindgen to match nixpkgs

Home-manager has not been bumped as it has introduced an
incompatibility with Nix 2.3

Change-Id: I96ac3462b82c73db1ba23be03d7968f10abc9b53
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8033
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
Vincent Ambo 2023-02-06 15:10:35 +03:00 committed by tazjin
parent bdf93dcefe
commit 0a27344953
6 changed files with 40 additions and 59 deletions

View file

@ -11,7 +11,7 @@ serde_urlencoded = "*" # pinned by yew
rnix = "0.11.0"
# needs to be in sync with nixpkgs
wasm-bindgen = "= 0.2.83"
wasm-bindgen = "= 0.2.84"
[dependencies.tvix-eval]
path = "../../tvix/eval"