summaryrefslogtreecommitdiff
path: root/maintainers/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* luaPackages.image-nvim: 1.3.0-1 -> 1.4.0 (#484742)Gaétan Lepage2026-01-311-1/+0
|\
| * luaPackages.image-nvim: 1.3.0-1 -> 1.4.0Sandro Jäckel2026-01-311-1/+0
* | Merge master into staging-nixosnixpkgs-ci[bot]2026-01-251-1/+1
|\|
| * luaPackages.tree-sitter-orgmode: fix build with strictDeps•••There is a patch in staging enabling strictDeps for lua packages. I noticed tree-sitter-orgmode failed to patch on recent master with strictDeps so this is a preemptive fix. teto2026-01-251-1/+1
* | treewide: fix typos (#479869)Michael Daniels2026-01-242-7/+7
|\ \ | |/ |/|
| * treewide: fix typosBen Siraphob2026-01-132-7/+7
* | Merge branch 'master' into staging-nextMichael Daniels2026-01-151-6/+6
|\ \
| * | update-octave-packages: update tag instead of revGaël James2026-01-151-6/+6
* | | Merge master into staging-nextnixpkgs-ci[bot]2026-01-141-25/+25
|\| |
| * | luarocks-packages.csv: constrain several packages to lua 5.1 version•••Strangely the updater wouldn't pick up the latest rocks.nvim version (2.47), and keep the 2.45: ``` $ nix run /home/teto/nixpkgs#luarocks-packages-updater -- --debug DEBUG --no-commit update rocks.nvim DEBUG: sys.platform='linux', git_executable='/nix/store/0xz0gjh8y5h4mixx3dm88bnjyq3rffyp-git-minimal-2.52.0/bin/git' INFO: Start updating plugins INFO: Loading package descriptions from maintainers/scripts/luarocks-packages.csv DEBUG: Generating nix expression for rocks.nvim DEBUG: running luarocks nix --maintainers=mrcjkb rocks.nvim path is '/nix/store/rhlvl7kcrmifxhb0hn6sbals5y9131p6-v2.45.0.zip' ``` Turns out the updater asks for lua 5.2 compatible versions by default. You can change the requested lua version in the csv file though so that's what I've done for most neovim plugins. - Added myself as mainainer to oil.nvim and lualine.nvim. Not looking forward to it but it's nice to have people to ping and I actually use those 2 plugins. - pin teal-language-server: new versions require new dependencies - pin jsregexp as per @khaneliman's advice teto2026-01-131-25/+25
* | | Merge master into staging-nextnixpkgs-ci[bot]2026-01-122-2/+0
|\| |
| * | teams/nix: clarify relation to Nix team (#478834)Robert Hensing2026-01-112-2/+0
| |\ \
| | * | maintainers: drop eelco•••Has not reacted to maintainer pings since July 2025. Dropping according to maintainer guidelines. Wolfgang Walther2026-01-102-2/+0
| | |/
* | | Merge staging-next into stagingnixpkgs-ci[bot]2026-01-111-1/+1
|\| |
| * | luaPackages.gitsigns-nvim: scm-1-42d6aed4e94e0f0bbced16bbdcc42f57673bd75e -> ...•••Signed-off-by: Austin Horstman <khaneliman12@gmail.com> Austin Horstman2026-01-111-1/+1
| |/
* | [staging] fix pkgsMusl.stdenv (#473403)Yureka2026-01-111-2/+45
|\ \ | |/ |/|
| * bootstrap-files: improve docs for infra team members for uploading tarballsJörg Thalheim2026-01-071-2/+45
* | debian-patches.sh: fix lib prefix in url (#474522)Sandro2026-01-071-3/+10
|\ \ | |/ |/|
| * debian-patches.sh: fix lib prefix in urlaleksana2025-12-271-3/+10
* | maintainers/scripts/luarocks-packages.csv: use https for luarocks.org/dev•••Signed-off-by: Austin Horstman <khaneliman12@gmail.com> Austin Horstman2025-12-251-3/+3
|/
* luaPackages.neorg-interim-ls: add package•••Signed-off-by: Austin Horstman <khaneliman12@gmail.com> Austin Horstman2025-12-101-0/+1
* treewide: switch to channels.nixos.org (#462725)Aleksana2025-11-191-1/+1
|\
| * 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' {} + ``` Tom Herbers2025-11-171-1/+1
* | maintainers/scripts/check-hydra-by-maintainer: use concatStringsSep06kellyjac2025-11-181-1/+7
* | 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. 06kellyjac2025-11-181-3/+14
* | 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. 06kellyjac2025-11-181-0/+6
* | 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. 06kellyjac2025-11-181-1/+1
* | 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. 06kellyjac2025-11-181-7/+10
* | maintainers/scripts/check-hydra-by-maintainer: use stdenvNoCC06kellyjac2025-11-181-1/+1
* | maintainers/scripts/check-hydra-by-maintainer: correct drv name06kellyjac2025-11-181-1/+1
|/
* maintainers/scripts/update-ruby-packages: Add version regression checksSamuel Dionne-Riel2025-11-142-12/+264
* maintainers/scripts/update-ruby-packages: Run nixfmt on the produced gemset•••This ensures consistency with future repo-wide runs of the formatter. Samuel Dionne-Riel2025-11-141-1/+2
* Merge master into staging-nextnixpkgs-ci[bot]2025-11-071-11/+0
|\
| * maintainers/scripts/get-maintainer-pings-between: drop documentation•••The script was dropped in commit 44e4c1ba9f7521ab1ffcd04691677c3a306897ef as part of PR #452566, but the corresponding README entry was left in place. This change removes that README entry. Raphael Borun Das Gupta2025-11-071-11/+0
* | Merge master into staging-nextnixpkgs-ci[bot]2025-11-062-0/+21
|\|
| * rubyPackages: Add command to audit packages (#443737)kirillrdy2025-11-052-0/+21
| |\
| | * rubyPackages: Add command to audit packages•••For known security vulnerabilities. Converts `pkgs/top-level/ruby-packages.nix` to a minimal `Gemfile.lock` for `bundler-audit`. Victor Engmark2025-09-182-0/+21
* | | GNOME: 48 → 49 (#440720)Vladimír Čunát2025-11-031-1/+9
|\ \ \
| * | | 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 Jan Tojnar2025-11-031-1/+9
* | | | Merge remote-tracking branch 'origin/master' into staging-nextK9002025-11-031-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | 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. Michael Daniels2025-11-021-1/+1
* | | Merge 92661251e05809a81dbcc341cba3c9dd4317ec44 into haskell-updatesnixpkgs-ci[bot]2025-11-011-4/+4
|\| |
| * | aliases: add `warnAlias`Emily2025-10-281-4/+4
* | | Merge commit 'ba840a89e061c8b91d00daa7d5c3da5f4a96936d' into haskell-updatesWolfgang Walther2025-10-282-87/+142
|\| |
| * | lib.teams: Remove dummy Nixpkgs committers team and hardcode into feature fre...•••There's no reason this needs to be exposed under `lib.teams` Silvan Mosberger2025-10-271-0/+2
| * | maintainers/scripts/feature-freeze-teams.pl: Output result to stdoutSilvan Mosberger2025-10-271-4/+4
| * | maintainers/scripts/feature-freeze-teams.pl: Use GitHub CLI•••Makes it much easier and less involved to run Silvan Mosberger2025-10-271-29/+10
| * | 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> Michael Daniels2025-10-271-45/+84
| * | maintainers/scripts/remove-old-aliases: handle `inherit (x) y;`•••Man this script is not very nice Peder Bergebakken Sundt2025-10-261-12/+28
| * | maintainers/scripts/remove-old-aliases: detect and avoid more complex casesPeder Bergebakken Sundt2025-10-261-7/+24