Commit Graph

2616 Commits

Author SHA1 Message Date
R. Ryantm
fdf1280a92 flyctl: 0.3.6 -> 0.3.10 2024-09-29 22:57:18 +00:00
Matthieu C.
174479d040 playwright-driver.browsers: expose raw fontconfig file 2024-09-28 22:35:28 +02:00
Artturin
976e5387d2 treewide: Fix error: makeWrapper/makeShellWrapper must be in nativeBuildInputs
On cross
2024-09-27 18:48:26 +03:00
Austin Horstman
cadf53ea4d deno: move to by-name 2024-09-25 22:05:11 +02:00
Austin Horstman
8a7af3824a deno: format 2024-09-25 22:05:11 +02:00
Fabián Heredia Montiel
a1dfa5ac0d
cypress: add support for aarch64 on darwin (#342798) 2024-09-25 12:42:09 -06:00
kolaente
7f4dd46fab
cypress: add support for aarch64 on darwin 2024-09-25 17:23:30 +02:00
Nick Cao
210a5474f2
insomnia: 9.0.0 -> 10.0.0 (#344201) 2024-09-24 21:48:02 -04: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
eymeric
2aea8cf19d
insomnia: 9.0.0 -> 10.0.0 2024-09-24 14:35:13 +02:00
Matthieu Coudron
a6df665571
Playwright: browser improvements, update (#298944) 2024-09-21 21:50:25 +02:00
Nick Cao
6edbe42aa0
bun: 1.1.27 -> 1.1.29 (#343120) 2024-09-20 16:32:19 -04:00
phaer
67b5c21b58 playwright: Use pre-built browsers, update them...
via update.sh. This lets us support playwright with browsers
other than chromium on linux. Building them from source would
be one step further.
2024-09-20 14:52:35 +02:00
Weijia Wang
0cfbf76e38 bun: 1.1.27 -> 1.1.29 2024-09-20 14:04:39 +02:00
R. Ryantm
b1190a7ccc flyctl: 0.3.1 -> 0.3.6 2024-09-20 06:25:53 +00:00
Fabián Heredia Montiel
94de233834
python312Packages.playwright: 1.46.0 -> 1.47.0 (#341696) 2024-09-16 12:26:56 -06:00
Artturin
931494da4b
cypress: lowercase symbolic link (#341694) 2024-09-16 19:31:12 +03:00
R. Ryantm
5f52e4273a function-runner: 6.0.0 -> 6.2.1 2024-09-15 11:58:45 +00:00
Eric Wardner
074fd2032c cypress: use lowercase executable 2024-09-14 17:35:21 -04:00
OTABI Tomoya
b819af6e82
function-runner: 5.1.4 -> 6.0.0 (#339666) 2024-09-14 10:42:54 +09:00
R. Ryantm
5c59c2a2cb python312Packages.playwright: 1.46.0 -> 1.47.0 2024-09-14 00:13:43 +00:00
Weijia Wang
31bf02434a
bun: 1.1.20 -> 1.1.27 (#332639) 2024-09-13 18:31:15 +02:00
Ashish SHUKLA
007bae1994
flyctl: 0.2.125 -> 0.3.1
Changes: https://github.com/superfly/flyctl/releases/tag/v0.3.1
2024-09-12 11:17:26 +05:30
R. Ryantm
45bb5cea1e bun: 1.1.20 -> 1.1.27 2024-09-09 22:24:46 +02:00
github-actions[bot]
f3e8528ff7
Merge master into staging-next 2024-09-09 14:31:17 +00:00
R. Ryantm
e0c25adfe2 flyctl: 0.2.124 -> 0.2.125 2024-09-08 14:53:54 +00:00
Emily
7f3e4cc340
nodejs_22: 22.7.0 -> 22.8.0 (#339252) 2024-09-06 09:53:48 +01:00
R. Ryantm
472f4b86d0 function-runner: 5.1.4 -> 6.0.0 2024-09-05 01:00:37 +00:00
K900
23b4832da0 Merge remote-tracking branch 'origin/master' into staging-next 2024-09-04 08:53:48 +03:00
Antoine du Hamel
235ae9c70f nodejs_22: 22.7.0 -> 22.8.0 2024-09-03 18:46:18 +02:00
Matthieu Coudron
23f4d2edd4
playwright: package with buildNpmPackage (#302759) 2024-09-03 15:08:41 +02:00
github-actions[bot]
9b619f2f77
Merge master into staging-next 2024-09-03 12:05:18 +00:00
Sandro
42f41346da
deno: 1.45.5 -> 1.46.2 (#337541) 2024-09-03 13:56:55 +02:00
github-actions[bot]
adf89e90c6
Merge staging-next into staging 2024-09-01 12:05:29 +00:00
R. Ryantm
6bc1fe6eb8 deno: 1.45.5 -> 1.46.2 2024-09-01 06:23:49 +00:00
R. Ryantm
0b4c2377a7 flyctl: 0.2.120 -> 0.2.124 2024-09-01 04:12:32 +00:00
github-actions[bot]
4a1df24885
Merge staging-next into staging 2024-08-29 06:05:29 +00:00
Vladimír Čunát
3616b80947
nodejs: suppress Python warnings on x86_64-darwin (#337386) 2024-08-29 07:57:41 +02:00
github-actions[bot]
32f893fe9e
Merge staging-next into staging 2024-08-27 00:13:33 +00:00
github-actions[bot]
0629545b27
Merge master into staging-next 2024-08-27 00:13:08 +00:00
R. Ryantm
1c14741fe2 flyctl: 0.2.114 -> 0.2.120 2024-08-26 16:45:44 +00:00
Emily
24536bf02c nodejs: suppress Python warnings on x86_64-darwin 2024-08-26 07:00:03 +01:00
Konstantin Alekseev
4519015fd0 playwright: build from source
playwright-driver: 1.40.0 -> 1.46.0
python3Packages.playwright: 1.44.0 -> 1.46.0
2024-08-24 17:07:53 +03:00
Konstantin Alekseev
46da647378 playwright: apply nixfmt 2024-08-24 11:00:22 +03:00
Antoine du Hamel
c455cc3170
nodejs_22: 22.6.0 -> 22.7.0 (#336556) 2024-08-23 11:41:36 +02:00
Antoine du Hamel
45db1ff7c1
nodejs_20: 20.16.0 -> 20.17.0 (#336388) 2024-08-23 11:41:20 +02:00
K900
5c68540f8b Merge remote-tracking branch 'origin/staging-next' into staging 2024-08-22 13:20:38 +03:00
Sebastián Mancilla
f20b4e15f7
Revert "bun: 1.1.20 -> 1.1.24" 2024-08-20 20:46:23 -04:00
Sebastián Mancilla
5bb9880e13
Merge pull request #334890 from pan93412/bun-1-1-24
bun: 1.1.20 -> 1.1.24
2024-08-20 20:27:21 -04:00
Ashish SHUKLA
07b7048a30
flyctl: 0.2.109 -> 0.2.114
Changes: https://github.com/superfly/flyctl/releases/tag/v0.2.114
2024-08-19 21:53:26 +05:30