diff options
author | Aspen Smith <root@gws.fyi> | 2024-07-28T16·58-0400 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-08-01T10·06+0000 |
commit | 756539a59687f9abc9fef5fce50b5590c35a242f (patch) | |
tree | 06bd57732c359bb5b366b225043b59c6dd2f2ad9 /tvix/cli | |
parent | bdf82698592acc3f27fa7a9aa612ea1ad7970437 (diff) |
chore(3p/sources): Bump channels & overlays (2024-07-28) r/8435
* Treewide: re-run depotfmt * //third_party/nixpkgs:html5validator: build with Python 3.11, dependency openstackdocstheme doesn't support 3.12 * //users/sterni/machines/ingeborg: adapt to poorly handled fcgiwrap module API change: https://github.com/NixOS/nixpkgs/pull/318599 * //tvix/*-go: regenerate protobuf files * //third_party/nixpkgs:treefmt: Remove patch for merged pull request * //users/flokli/ipu6-softisp: rebase, drop upstreamed kernel patches Change-Id: Ie4e0df007c287e8cd6207683a9a25838aa5bd39a Reviewed-on: https://cl.tvl.fyi/c/depot/+/11971 Autosubmit: sterni <sternenseemann@systemli.org> Reviewed-by: sterni <sternenseemann@systemli.org> Reviewed-by: flokli <flokli@flokli.de> Reviewed-by: aspen <root@gws.fyi> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su> Reviewed-by: Ilan Joselevich <personal@ilanjoselevich.com>
Diffstat (limited to 'tvix/cli')
-rw-r--r-- | tvix/cli/tests/import.nix | 2 | ||||
-rw-r--r-- | tvix/cli/tests/six.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tvix/cli/tests/import.nix b/tvix/cli/tests/import.nix index 9ac2d0232ec8..d5d41d3917f3 100644 --- a/tvix/cli/tests/import.nix +++ b/tvix/cli/tests/import.nix @@ -1 +1 @@ -{ }: import ./six.nix { } +{}: import ./six.nix { } diff --git a/tvix/cli/tests/six.nix b/tvix/cli/tests/six.nix index d466abe06a4c..71ec46c407ba 100644 --- a/tvix/cli/tests/six.nix +++ b/tvix/cli/tests/six.nix @@ -1 +1 @@ -{ }: { six = builtins.foldl' (x: y: x + y) 0 [ 1 2 3 ]; } +{}: { six = builtins.foldl' (x: y: x + y) 0 [ 1 2 3 ]; } |