Antoine du Hamel
e005e5d99f
nodejs: add missing patches and skip some TLS tests on 20.x and 18.x
...
Co-authored-by: Fabián Heredia Montiel <fabianhjr@protonmail.com>
2024-09-26 00:00:56 +02: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
Artturin
f0e657f3b1
Merge branch 'master' into staging-next
2024-09-25 06:05:01 +03: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
Antoine du Hamel
59777cc547
nodejs: fix tests for OpenSSL 3.2
2024-09-22 21:26:13 +02:00
github-actions[bot]
94770996ae
Merge master into staging-next
2024-09-22 00:15:32 +00:00
Emily
64efdfcc37
nodejs: disable failing network tests ( #343541 )
2024-09-21 21:01:48 +01:00
Matthieu Coudron
a6df665571
Playwright: browser improvements, update ( #298944 )
2024-09-21 21:50:25 +02:00
Fabián Heredia Montiel
b37957f41e
nodejs: disable failing network tests
...
https://hydra.nixos.org/build/273305124/nixlog/1
2024-09-21 11:19:06 -06:00
github-actions[bot]
754402a237
Merge staging-next into staging
2024-09-21 00:13:41 +00:00
Nick Cao
6edbe42aa0
bun: 1.1.27 -> 1.1.29 ( #343120 )
2024-09-20 16:32:19 -04:00
github-actions[bot]
7fc19ff961
Merge staging-next into staging
2024-09-20 18:05:01 +00: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
github-actions[bot]
3aaf0938c0
Merge staging-next into staging
2024-09-17 00:12:19 +00:00
Fabián Heredia Montiel
94de233834
python312Packages.playwright: 1.46.0 -> 1.47.0 ( #341696 )
2024-09-16 12:26:56 -06:00
github-actions[bot]
1eb2a0e2d5
Merge staging-next into staging
2024-09-16 18:04:57 +00:00
Artturin
931494da4b
cypress: lowercase symbolic link ( #341694 )
2024-09-16 19:31:12 +03:00
github-actions[bot]
952947bdf8
Merge staging-next into staging
2024-09-15 18:04:54 +00: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
github-actions[bot]
6c321f0183
Merge staging-next into staging
2024-09-14 06:04:58 +00: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
github-actions[bot]
76501a1b92
Merge staging-next into staging
2024-09-13 18:04:52 +00:00
Weijia Wang
31bf02434a
bun: 1.1.20 -> 1.1.27 ( #332639 )
2024-09-13 18:31:15 +02:00
github-actions[bot]
faf7f6fa64
Merge staging-next into staging
2024-09-13 06:05:28 +00: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]
8cfce50366
Merge staging-next into staging
2024-09-09 14:31:43 +00: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
github-actions[bot]
727c84916e
Merge staging-next into staging
2024-09-06 12:05:38 +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
github-actions[bot]
d90699ae2f
Merge staging-next into staging
2024-09-04 06:05:29 +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]
20ce013c36
Merge staging-next into staging
2024-09-03 12:05:45 +00: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
Maximilian Bosch
efbf70d52c
nodejs: fix libv8 object files list ( #337360 )
2024-09-02 07:53:39 +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
Ivan Trubach
b3dd92e213
nodejs: fix libv8 object files list
2024-08-26 14:00:40 +03: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
github-actions[bot]
0f820c1c5a
Merge staging-next into staging
2024-08-18 00:03:22 +00:00
Peder Bergebakken Sundt
e471916645
treewide: passthru nixos test ( #334491 )
2024-08-18 00:29:43 +02:00
Antoine du Hamel
4c38d8a846
nodejs: 22.5.1 -> 22.6.0 ( #333210 )
2024-08-17 17:24:28 +02:00
Yi-Jyun Pan
914797c4f1
bun: 1.1.20 -> 1.1.24
2024-08-15 23:04:20 +08:00
0x4A6F
8a97770272
Merge pull request #329655 from aduh95/nodejs20-update
...
nodejs_20: 20.15.1 -> 20.16.0
2024-08-14 17:37:01 +02:00
github-actions[bot]
288fb712ce
Merge staging-next into staging
2024-08-13 00:02:47 +00:00
github-actions[bot]
0a1ac11214
Merge master into staging-next
2024-08-13 00:02:23 +00:00
R. Ryantm
6569c9dd6b
flyctl: 0.2.104 -> 0.2.109
2024-08-12 16:16:09 +00:00
Antoine du Hamel
35b556d314
nodejs_20: 20.15.1 -> 20.16.0
2024-08-12 15:41:42 +02:00
Antoine du Hamel
f5846d25a1
nodejs: skip tests failing in sandbox in all platforms
...
ce685a8422
added list of tests failing on sandbox, but for some reason
only for Darwin. We should skip those tests on all platforms otherwise
OfBorg builds are failing.
2024-08-12 15:41:37 +02:00
Emily
26777819fb
Merge pull request #327653 from tie/nodejs-ninja
...
nodejs: use ninja for build
2024-08-10 19:59:05 +01:00
Ivan Trubach
31d238110c
nodejs: disable failing tests on x86_64-darwin
2024-08-10 10:48:23 +03:00
github-actions[bot]
6c87856002
Merge staging-next into staging
2024-08-06 12:01:45 +00:00
Peder Bergebakken Sundt
462b96d2a1
Merge pull request #326243 from jcaesar/pr-13
...
treewide: skip generating shell completions using $out/bin/… when cross compiling
2024-08-06 08:15:56 +02:00
github-actions[bot]
3b5460f093
Merge staging-next into staging
2024-08-06 00:02:48 +00:00
Sergei Trofimovich
d55d1d6902
nodejs_22: fix the eval
...
Without the change the eval fails as:
$ nix build --no-link -f. nodejs_22
error:
error: undefined variable 'fetchpatch2'
at pkgs/development/web/nodejs/v22.nix:23:6:
22| ./bin-sh-node-run-v22.patch
23| (fetchpatch2 {
| ^
24| url = "d0a6b605fb
.patch";
2024-08-05 21:56:39 +01:00
Pol Dellaiera
67ddf4783e
Merge pull request #332394 from r-ryantm/auto-update/deno
...
deno: 1.45.4 -> 1.45.5
2024-08-05 22:34:18 +02:00
Nick Cao
55532b2128
Merge pull request #332357 from r-ryantm/auto-update/flyctl
...
flyctl: 0.2.101 -> 0.2.104
2024-08-05 15:39:13 -04:00
github-actions[bot]
cf88251824
Merge staging-next into staging
2024-08-05 18:01:40 +00:00
Lukas Mertens
81c96815c9
cypress: 13.2.0 -> 13.13.2
2024-08-05 17:31:30 +02:00
Vladimír Čunát
d4720e9c1e
Merge branch 'staging-next' into staging
...
There was a nontrivial conflict in pkgs/stdenv/linux/bootstrap-tools*
(reorganizing code vs. modifying it) I hope I really got it right.
2024-08-05 11:05:55 +02:00
R. Ryantm
4261d6a801
deno: 1.45.4 -> 1.45.5
2024-08-05 04:01:03 +00:00
R. Ryantm
94d463fd07
flyctl: 0.2.101 -> 0.2.104
2024-08-04 23:44:58 +00:00
Julius Michaelis
6a9beaf893
treewide: skip generating shell completions using $out/bin/… when cross compiling
...
This focuses on Rust packages, since the most commonly used argument
parser library (clap/structopt) makes the following pattern natural and
thus common:
postInstall = ''
installShellCompletion --cmd foo \
--bash <($out/bin/foo completion bash) \
…
This commit just guards those with
lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform)
splitting the string where unrelated actions are performed.
2024-08-04 10:50:48 +09:00
Sigmanificient
63d05d989e
pkgs/development: remove unused arguments
2024-08-03 17:18:20 +02:00
github-actions[bot]
78947ebef4
Merge staging-next into staging
2024-08-02 12:01:52 +00:00
Peder Bergebakken Sundt
3850df4e0a
Merge pull request #329346 from honnip/update-deno
...
deno: 1.45.2 -> 1.45.4
2024-08-02 12:48:05 +02:00
github-actions[bot]
bcb5e2eebe
Merge staging-next into staging
2024-07-31 12:01:52 +00:00
edef
0bb48f1732
flyctl: 0.2.94 -> 0.2.101
...
Change-Id: Ic02269f63c2b43af18e0bd432d31621bcaf0d10e
2024-07-30 22:21:12 +00:00
0x4A6F
d9518581b7
Merge pull request #327967 from aduh95/22.5.0-nodejs
...
nodejs_22: 22.4.1 -> 22.5.1
2024-07-29 10:01:59 +02:00
Ivan Trubach
d7f46fbb5c
nodejs: fix tests and disable parallel checking
2024-07-28 23:35:43 +03:00
Honnip
87ba2715ac
deno: 1.45.2 -> 1.45.4
2024-07-27 08:35:22 +09:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00