12 Commits
Author SHA1 Message Date
Antoine du Hamel 6c24debe91 nodejs: update keyring used to verify the signatures 2026-07-01 15:46:57 +02:00
Antoine du Hamel bda4acc69d nodejs: update keyring used to verify the signatures 2026-03-10 19:42:11 +01:00
Antoine du Hamel 7b888d6af3 nodejs: fix update script 2026-02-24 17:35:11 +01:00
Antoine du Hamel fb92ac2687 nodejs: update keyring used to verify the signatures 2025-12-09 21:14:20 +01:00
Antoine du Hamel 043770b05f nodejs: update keyring used to verify the signatures 2025-07-18 19:00:41 +02:00
Antoine du Hamel c5f13f512d nodejs: update update script 2025-04-26 00:33:11 +02:00
Silvan Mosberger 4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Qusic 42b0713b5f nodejs_21: 21.3.0 -> 21.4.0 2023-12-16 22:08:49 +08:00
volthandAlyssa Ross f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Jörg Thalheim dadc7eb329 treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Jan Tojnar 59a94b57f0 update.nix: Run update scripts in parallel
To make updating large attribute sets faster, the update scripts
are now run in parallel.

Please note the following changes in semantics:

- The string passed to updateScript needs to be a path to an executable file.
- The updateScript can also be a list: the tail elements will then be passed
  to the head as command line arguments.
2018-12-01 19:17:13 +01:00
adisbladis 43cf893d44 nodejs: Add updater script 2018-02-18 23:02:07 +08:00