Commit Graph

14 Commits

Author SHA1 Message Date
Gutyina Gergő
9744efc3b0
treewide: update pnpmDeps hashes 2024-10-19 23:50:41 +02:00
R. Ryantm
a01bc8533a n8n: 1.60.1 -> 1.61.0 2024-09-30 20:44:37 +00: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
R. Ryantm
3eddf6b8a4 n8n: 1.57.0 -> 1.60.1 2024-09-22 00:24:17 +00:00
K900
63da9c21a8 n8n: drop myself from maintainers
I don't use the thing since it's gone unfree, and I don't really
have a way to test it easily anymore either.
2024-09-11 12:58:24 +03:00
R. Ryantm
56ba562feb n8n: 1.55.3 -> 1.57.0 2024-09-09 19:54:01 +00:00
Gutyina Gergő
d72c727fcf
n8n: make deterministic, decrease closure size 2024-08-25 01:40:03 +02:00
Gutyina Gergő
af3993b83f
n8n: 1.48.3 -> 1.55.3 2024-08-24 23:25:07 +02:00
Gutyina Gergő
2b7da6f9dd
n8n: add update script 2024-08-24 22:08:45 +02:00
Robert Schütz
000f83e17c nodePackages.node-gyp: drop 2024-08-13 05:54:31 -07:00
Gutyina Gergő
e33042a9fb
n8n: 1.46.0 -> 1.48.3 2024-07-10 13:26:22 +02:00
Gutyina Gergő
c359e73b8e
n8n: refactor build process 2024-07-10 13:16:07 +02:00
Gutyina Gergő
a0b3e63b7d
n8n: add maintainer gepbird 2024-06-26 19:49:06 +02:00
Gutyina Gergő
31a1841a53
n8n: 1.9.3 -> 1.46.0, repackage with pnpm.fetchDeps 2024-06-26 19:48:57 +02:00