Commit Graph

17 Commits

Author SHA1 Message Date
TomaSajt
083d96b112 httptoolkit: 1.24.4 -> 1.26.0 2026-05-17 21:59:22 +02:00
TomaSajt
7b9a3e8804 httptoolkit: 1.22.1 -> 1.24.4 2026-01-26 17:28:18 +01:00
TomaSajt
8f0c9db2ee httptoolkit: use electron_37 2025-09-17 23:55:20 +02:00
R. Ryantm
54f5d41805 httptoolkit: 1.22.0 -> 1.22.1 2025-09-05 18:44:42 +00:00
R. Ryantm
4ecbc7a0c1 httptoolkit: 1.20.1 -> 1.22.0 2025-08-08 01:16:59 +02:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
teutat3s
39bb74e8e1 httptoolkit: pin electron_35
It does not build with newer releases of electron yet.
2025-07-22 13:16:01 +02:00
TomaSajt
66ab03c8e7 httptoolkit: 1.19.4 -> 1.20.1 2025-07-12 14:06:36 +02:00
Toma
00c1e4a186 Revert "treewide: remove duplicated logic for NIXOS_OZONE_WL"
This reverts commit 5f8d564052.
2025-03-14 22:10:44 +01:00
TomaSajt
5f8d564052 treewide: remove duplicated logic for NIXOS_OZONE_WL 2025-03-14 20:20:45 +01:00
R. Ryantm
8d9f9f04ec httptoolkit: 1.19.0 -> 1.19.4 2025-01-21 21:36:47 +00:00
Peder Bergebakken Sundt
0cd04d3036 treewide: migrate fetchgit rev = "refs/tags/..." to tag 2025-01-04 00:19:17 +01:00
34j
d637b85e25 treewide: replace --enable-wayland-ime with --enable-wayland-ime=true for the arguments to properly work (#361341) 2024-12-05 00:06:22 +05:30
34j
8ae2932d56 add --enable-wayland-ime flag to all Electron packages that uses NIXOS_OZONE_WL 2024-11-24 13:34:28 +09:00
Artturin
63fa53d97c treewide: reformat files which need reformatting after
`treewide: replace stdenv.is with stdenv.hostPlatform.is`
2024-09-25 00:04:39 +03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
TomaSajt
7b9fb850e7 httptoolkit: init at 1.19.0 2024-09-12 17:54:30 +02:00