| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | luaPackages.image-nvim: 1.3.0-1 -> 1.4.0 (#484742) | Gaétan Lepage | 2026-01-31 | 1 | -1/+0 |
| |\ | |||||
| | * | luaPackages.image-nvim: 1.3.0-1 -> 1.4.0 | Sandro Jäckel | 2026-01-31 | 1 | -1/+0 |
| * | | Merge master into staging-nixos | nixpkgs-ci[bot] | 2026-01-25 | 1 | -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. | teto | 2026-01-25 | 1 | -1/+1 |
| * | | treewide: fix typos (#479869) | Michael Daniels | 2026-01-24 | 2 | -7/+7 |
| |\ \ | |/ |/| | |||||
| | * | treewide: fix typos | Ben Siraphob | 2026-01-13 | 2 | -7/+7 |
| * | | Merge branch 'master' into staging-next | Michael Daniels | 2026-01-15 | 1 | -6/+6 |
| |\ \ | |||||
| | * | | update-octave-packages: update tag instead of rev | Gaël James | 2026-01-15 | 1 | -6/+6 |
| * | | | Merge master into staging-next | nixpkgs-ci[bot] | 2026-01-14 | 1 | -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 | teto | 2026-01-13 | 1 | -25/+25 |
| * | | | Merge master into staging-next | nixpkgs-ci[bot] | 2026-01-12 | 2 | -2/+0 |
| |\| | | |||||
| | * | | teams/nix: clarify relation to Nix team (#478834) | Robert Hensing | 2026-01-11 | 2 | -2/+0 |
| | |\ \ | |||||
| | | * | | maintainers: drop eelco•••Has not reacted to maintainer pings since July 2025. Dropping according to maintainer guidelines. | Wolfgang Walther | 2026-01-10 | 2 | -2/+0 |
| | | |/ | |||||
| * | | | Merge staging-next into staging | nixpkgs-ci[bot] | 2026-01-11 | 1 | -1/+1 |
| |\| | | |||||
| | * | | luaPackages.gitsigns-nvim: scm-1-42d6aed4e94e0f0bbced16bbdcc42f57673bd75e -> ...•••Signed-off-by: Austin Horstman <khaneliman12@gmail.com> | Austin Horstman | 2026-01-11 | 1 | -1/+1 |
| | |/ | |||||
| * | | [staging] fix pkgsMusl.stdenv (#473403) | Yureka | 2026-01-11 | 1 | -2/+45 |
| |\ \ | |/ |/| | |||||
| | * | bootstrap-files: improve docs for infra team members for uploading tarballs | Jörg Thalheim | 2026-01-07 | 1 | -2/+45 |
| * | | debian-patches.sh: fix lib prefix in url (#474522) | Sandro | 2026-01-07 | 1 | -3/+10 |
| |\ \ | |/ |/| | |||||
| | * | debian-patches.sh: fix lib prefix in url | aleksana | 2025-12-27 | 1 | -3/+10 |
| * | | maintainers/scripts/luarocks-packages.csv: use https for luarocks.org/dev•••Signed-off-by: Austin Horstman <khaneliman12@gmail.com> | Austin Horstman | 2025-12-25 | 1 | -3/+3 |
| |/ | |||||
| * | luaPackages.neorg-interim-ls: add package•••Signed-off-by: Austin Horstman <khaneliman12@gmail.com> | Austin Horstman | 2025-12-10 | 1 | -0/+1 |
| * | treewide: switch to channels.nixos.org (#462725) | Aleksana | 2025-11-19 | 1 | -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 Herbers | 2025-11-17 | 1 | -1/+1 |
| * | | maintainers/scripts/check-hydra-by-maintainer: use concatStringsSep | 06kellyjac | 2025-11-18 | 1 | -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. | 06kellyjac | 2025-11-18 | 1 | -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. | 06kellyjac | 2025-11-18 | 1 | -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. | 06kellyjac | 2025-11-18 | 1 | -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. | 06kellyjac | 2025-11-18 | 1 | -7/+10 |
| * | | maintainers/scripts/check-hydra-by-maintainer: use stdenvNoCC | 06kellyjac | 2025-11-18 | 1 | -1/+1 |
| * | | maintainers/scripts/check-hydra-by-maintainer: correct drv name | 06kellyjac | 2025-11-18 | 1 | -1/+1 |
| |/ | |||||
| * | maintainers/scripts/update-ruby-packages: Add version regression checks | Samuel Dionne-Riel | 2025-11-14 | 2 | -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-Riel | 2025-11-14 | 1 | -1/+2 |
| * | Merge master into staging-next | nixpkgs-ci[bot] | 2025-11-07 | 1 | -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 Gupta | 2025-11-07 | 1 | -11/+0 |
| * | | Merge master into staging-next | nixpkgs-ci[bot] | 2025-11-06 | 2 | -0/+21 |
| |\| | |||||
| | * | rubyPackages: Add command to audit packages (#443737) | kirillrdy | 2025-11-05 | 2 | -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 Engmark | 2025-09-18 | 2 | -0/+21 |
| * | | | GNOME: 48 → 49 (#440720) | Vladimír Čunát | 2025-11-03 | 1 | -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 Tojnar | 2025-11-03 | 1 | -1/+9 |
| * | | | | Merge remote-tracking branch 'origin/master' into staging-next | K900 | 2025-11-03 | 1 | -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 Daniels | 2025-11-02 | 1 | -1/+1 |
| * | | | Merge 92661251e05809a81dbcc341cba3c9dd4317ec44 into haskell-updates | nixpkgs-ci[bot] | 2025-11-01 | 1 | -4/+4 |
| |\| | | |||||
| | * | | aliases: add `warnAlias` | Emily | 2025-10-28 | 1 | -4/+4 |
| * | | | Merge commit 'ba840a89e061c8b91d00daa7d5c3da5f4a96936d' into haskell-updates | Wolfgang Walther | 2025-10-28 | 2 | -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 Mosberger | 2025-10-27 | 1 | -0/+2 |
| | * | | maintainers/scripts/feature-freeze-teams.pl: Output result to stdout | Silvan Mosberger | 2025-10-27 | 1 | -4/+4 |
| | * | | maintainers/scripts/feature-freeze-teams.pl: Use GitHub CLI•••Makes it much easier and less involved to run | Silvan Mosberger | 2025-10-27 | 1 | -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 Daniels | 2025-10-27 | 1 | -45/+84 |
| | * | | maintainers/scripts/remove-old-aliases: handle `inherit (x) y;`•••Man this script is not very nice | Peder Bergebakken Sundt | 2025-10-26 | 1 | -12/+28 |
| | * | | maintainers/scripts/remove-old-aliases: detect and avoid more complex cases | Peder Bergebakken Sundt | 2025-10-26 | 1 | -7/+24 |
