Commit Graph

1256 Commits

Author SHA1 Message Date
Sandro
4feea8ab1a debian-patches.sh: fix lib prefix in url (#474522) 2026-01-07 19:16:51 +00:00
Jörg Thalheim
dcee31cff1 bootstrap-files: improve docs for infra team members for uploading tarballs 2026-01-07 14:02:48 +01:00
aleksana
d3d1d78776 debian-patches.sh: fix lib prefix in url 2025-12-27 16:59:29 +08:00
Austin Horstman
e9c974a65e maintainers/scripts/luarocks-packages.csv: use https for luarocks.org/dev
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-12-25 11:14:16 -06:00
Austin Horstman
db1677833f luaPackages.neorg-interim-ls: add package
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-12-10 17:55:08 -06:00
Aleksana
58687ba9d5 treewide: switch to channels.nixos.org (#462725) 2025-11-19 10:18:11 +00:00
06kellyjac
ee6a0a11ea maintainers/scripts/check-hydra-by-maintainer: use concatStringsSep 2025-11-18 10:32:36 +00:00
06kellyjac
b06542f6a1 maintainers/scripts/check-hydra-by-maintainer: expose short and extra
Allow for calling hydra-check with `--short` and provide `extra` as a
catch all for other settings.
2025-11-18 10:32:36 +00:00
06kellyjac
b1f26182a2 maintainers/scripts/check-hydra-by-maintainer: ctrl-c fully exit
Currently ctrl-c while shellHook is running will drop you inside the
nix-shell. This change catches ctrl-c and exits the same way.
2025-11-18 10:32:36 +00:00
06kellyjac
c6589bb292 maintainers/scripts/check-hydra-by-maintainer: inform user eval is taking place
Evaluation to identify packages can take time; print something so the
user knows what's going on and waits.
2025-11-18 10:32:36 +00:00
06kellyjac
f7bf8f2095 maintainers/scripts/check-hydra-by-maintainer: use hydra-check already in path
No need to use nix-shell too
Also reuse built command for echo and run. Not using `set -x` so
on exit/failure it doesn't continue to print excessive output.
2025-11-18 10:32:36 +00:00
06kellyjac
bad6031c0d maintainers/scripts/check-hydra-by-maintainer: use stdenvNoCC 2025-11-18 10:32:36 +00:00
06kellyjac
f5a8931ae7 maintainers/scripts/check-hydra-by-maintainer: correct drv name 2025-11-18 10:32:36 +00:00
Tom Herbers
c9dc62eda1 treewide: switch to channels.nixos.org
This is a follow-up for #460057 to completely remove all mentions of nixos.org/channels/.

The following command was used to generate this change:

```
find . -type f -exec sed -i 's|nixos.org/channels/|channels.nixos.org/|g' {} +
```
2025-11-17 23:41:39 +01:00
Samuel Dionne-Riel
510cc6fe95 maintainers/scripts/update-ruby-packages: Add version regression checks 2025-11-14 22:11:37 -05:00
Samuel Dionne-Riel
bc9474a9ee maintainers/scripts/update-ruby-packages: Run nixfmt on the produced gemset
This ensures consistency with future repo-wide runs of the formatter.
2025-11-14 13:07:25 -05:00
nixpkgs-ci[bot]
47990e2a0b Merge master into staging-next 2025-11-07 18:06:03 +00:00
Raphael Borun Das Gupta
2f46dc62dd maintainers/scripts/get-maintainer-pings-between: drop documentation
The script was dropped
in commit 44e4c1ba9f
as part of PR #452566,
but the corresponding README entry was left in place.

This change removes that README entry.
2025-11-07 15:35:25 +01:00
nixpkgs-ci[bot]
13b86b9adc Merge master into staging-next 2025-11-06 00:17:18 +00:00
kirillrdy
711f1d946e rubyPackages: Add command to audit packages (#443737) 2025-11-05 22:26:32 +00:00
Vladimír Čunát
c08504b1c9 GNOME: 48 → 49 (#440720) 2025-11-03 16:46:36 +00:00
K900
531f9f1681 Merge remote-tracking branch 'origin/master' into staging-next 2025-11-03 13:42:40 +03:00
Jan Tojnar
24b850ee40 maintainers/scripts/update.nix: Print stderr on instantiation failure
For some reason `asyncio.create_subprocess_exec` freezes after failing previous call returns `CalledProcessError`.
Perhaps because `asyncio.gather` fails and cancels the later tasks, triggering https://github.com/python/cpython/issues/103847
2025-11-03 10:50:00 +01:00
Michael Daniels
41a3c23cdc treewide: drop figsoda as maintainer (part 4)
These were done manually by me, either due to not matching the regexes in the previous ones, or because of nixf-diagnose, which I have as a pre-commit hook.
2025-11-02 20:16:11 -05:00
nixpkgs-ci[bot]
a9ac86e773 Merge 92661251e0 into haskell-updates 2025-11-01 00:24:19 +00:00
Emily
c5b82e49b3 aliases: add warnAlias 2025-10-28 18:38:09 +00:00
Wolfgang Walther
9a4bceff63 Merge commit 'ba840a89e061c8b91d00daa7d5c3da5f4a96936d' into haskell-updates 2025-10-28 11:09:56 +01:00
Silvan Mosberger
7ff3f688ee lib.teams: Remove dummy Nixpkgs committers team and hardcode into feature freeze script
There's no reason this needs to be exposed under `lib.teams`
2025-10-27 19:33:06 +01:00
Silvan Mosberger
e4a1af0847 maintainers/scripts/feature-freeze-teams.pl: Output result to stdout 2025-10-27 19:33:05 +01:00
Silvan Mosberger
264ca12397 maintainers/scripts/feature-freeze-teams.pl: Use GitHub CLI
Makes it much easier and less involved to run
2025-10-27 19:33:05 +01:00
Michael Daniels
48f92d0ea5 maintainers/scripts/remove-old-aliases: add support for creating warnings
Also revert the addition of the "elif '"' in line:" condition:
lines with quotes are generally OK.

Co-authored-by: Emily <vcs@emily.moe>
2025-10-27 02:44:23 +00:00
Peder Bergebakken Sundt
2d3f108bb6 maintainers/scripts/remove-old-aliases: handle inherit (x) y;
Man this script is not very nice
2025-10-26 14:55:07 -04:00
Peder Bergebakken Sundt
66737dcdb4 maintainers/scripts/remove-old-aliases: detect and avoid more complex cases 2025-10-26 14:55:07 -04:00
nixpkgs-ci[bot]
5f8a5c0c89 Merge 22bb9b3079 into haskell-updates 2025-10-23 00:21:42 +00:00
Wolfgang Walther
9a3e70e317 python313Packages.nixpkgs-plugin-update: init from maintainer script (#453943) 2025-10-22 06:43:40 +00:00
Emily
00c40f1069 python313Packages.nixpkgs-plugin-update: init from maintainer script
We have machinery for Python packaging, so let’s make use of
it. This also helps unblock moving `by-name` overrides out of
`all-packages.nix`, as it was previously being used to work around
`nixpkgs-vet` forbidding the direct reference to the path.
2025-10-20 19:32:57 +01:00
Emily
3de337e9ed maintainers/scripts/pluginupdate-py: fix linter errors 2025-10-20 19:16:09 +01:00
Wolfgang Walther
c90b7f75f4 hledger: 1.43.2 -> 1.50.2 (#453350) 2025-10-19 09:20:48 +00:00
Robert Schütz
7f9b26ccba hledger: 1.43.2 -> 1.50.2 2025-10-18 16:05:41 -07:00
Yohann Boniface
87894d3b71 maintainers: drop vyp (#450500) 2025-10-18 20:11:56 +00:00
Wolfgang Walther
a5bc3bbbd4 ci/eval/compare/maintainers: first-class by-name support (#452566) 2025-10-17 14:49:52 +00:00
Sandro
cf0abbbc00 Typst packages update 09/22/2025 (#445325) 2025-10-16 21:13:32 +00:00
Wolfgang Walther
44e4c1ba9f maintainers/scripts/get-maintainer-pings-between: drop
This has been broken for months, since all the interface to `ci/eval`
changed. Nobody noticed, so nobody is using it.
2025-10-16 13:36:42 +02:00
Sigmanificient
4492ecb3a4 maintainers: drop vyp 2025-10-10 02:12:07 +02:00
Silvan Mosberger
1ea51e1f1a lib.teams: Remove .githubTeams in favor of singular .github
No team was using the feature of having multiple GitHub teams, and this
would make it tricky to try to sync maintainer teams with GitHub teams.
2025-10-08 21:44:39 +02:00
Vladimír Čunát
dd51f936da Merge branch 'master' into staging-next
lixPackageSets.git conflicted via 9c29a340be + eabfa160aa
I think, hopefully good now.
2025-10-05 08:18:28 +02:00
Philip Taron
d9335d5dd7 treewide: remove optional builtins prefixes from prelude functions (#444432) 2025-10-04 18:30:40 +00:00
nixpkgs-ci[bot]
dd2d512251 Merge master into staging-next 2025-10-03 00:15:52 +00:00
Jörg Thalheim
e6146272ea copy-tarballs: drop perl bindings
This hopefully makes it easier to re-write this script in a language
that people understand. Because it's shelling out, it's likely slower
but hopefully still fast enough for our purposes.
2025-09-30 16:02:29 +02:00
NAHO
dec908b169 treewide: remove optional builtins prefixes from prelude functions
Remove optional builtins prefixes from prelude functions by running:

    builtins=(
      abort
      baseNameOf
      break
      derivation
      derivationStrict
      dirOf
      false
      fetchGit
      fetchMercurial
      fetchTarball
      fetchTree
      fromTOML
      import
      isNull
      map
      null
      placeholder
      removeAttrs
      scopedImport
      throw
      toString
      true
    )

    fd --type file --exec-batch sed --in-place --regexp-extended "
      s/\<builtins\.($(
        printf '%s\n' "${builtins[@]}" |
          paste --delimiter '|' --serial -
      ))\>/\1/g
    "

    nix fmt
2025-09-30 09:05:08 +02:00