| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | dput-ng: 1.43 -> 1.44 (#476070) | Weijia Wang | 2026-02-05 | 1 | -2/+2 |
| |\ | |||||
| | * | dput-ng: 1.43 -> 1.44 | R. Ryantm | 2026-01-01 | 1 | -2/+2 |
| * | | various: fix pname misuse in urls (#483962) | Gergő Gutyina | 2026-02-05 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | various: fix pname misuse in urls | quantenzitrone | 2026-02-05 | 1 | -1/+1 |
| * | | | dprint-plugins.dprint-plugin-biome: 0.11.11 -> 0.11.12 | R. Ryantm | 2026-02-01 | 1 | -3/+3 |
| |/ / | |||||
| * | | various: switch to finalAttrs pattern (#483882) | Fernando Rodrigues | 2026-01-30 | 1 | -4/+4 |
| |\ \ | |||||
| | * | | various: switch to finalAttrs pattern•••this shouldn't create any rebuilds | quantenzitrone | 2026-01-30 | 1 | -4/+4 |
| * | | | dprint-plugins.dprint-plugin-biome: 0.11.10 -> 0.11.11 | R. Ryantm | 2026-01-25 | 1 | -3/+3 |
| |/ / | |||||
| * | | dprint-plugins: update•••Signed-off-by: phanirithvij <phanirithvij2000@gmail.com> | phanirithvij | 2026-01-14 | 8 | -16/+52 |
| * | | treewide: change 'format = "pyproject";' to 'pyproject = true;'•••This is almost all find-and-replace. I manually edited: * pkgs/development/python-modules/notifications-android-tv/default.nix, * pkgs/servers/home-assistant/default.nix, * pkgs/development/tools/continuous-integration/buildbot/master.nix A few files have not been changed in this PR because they would cause rebuilds. This PR should have 0 rebuilds. | Michael Daniels | 2026-01-12 | 1 | -1/+1 |
| * | | dprint-plugins.dprint-plugin-biome: 0.11.7 -> 0.11.10 | R. Ryantm | 2026-01-06 | 1 | -3/+3 |
| * | | dprint: 0.51.0 -> 0.51.1 | R. Ryantm | 2026-01-03 | 1 | -3/+3 |
| |/ | |||||
| * | dprint-plugins.dprint-plugin-json: 0.21.0 -> 0.21.1 | R. Ryantm | 2026-01-01 | 1 | -3/+3 |
| * | Merge master into staging-next | nixpkgs-ci[bot] | 2025-12-29 | 1 | -1/+1 |
| |\ | |||||
| | * | treewide: fix broken-string-escape•••Lix is going to warn, and in the future, error on broken string escape. After a flaker run, the following escape were flagged as broken, so this commit fix them to make sure Lix is still able to build nixpkgs once the patch deprecating the broken escapes land. | Justin ! | 2025-12-28 | 1 | -1/+1 |
| * | | Merge master into staging-next | nixpkgs-ci[bot] | 2025-12-28 | 1 | -3/+3 |
| |\| | |||||
| | * | dprint: 0.50.2 -> 0.51.0 | R. Ryantm | 2025-12-28 | 1 | -3/+3 |
| * | | Merge remote-tracking branch 'origin/master' into staging-next | K900 | 2025-12-18 | 1 | -2/+2 |
| |\| | |||||
| | * | dpp: 10.1.3 -> 10.1.4 | R. Ryantm | 2025-12-17 | 1 | -2/+2 |
| * | | Merge branch 'staging-next' into staging | Wolfgang Walther | 2025-12-10 | 5 | -19/+19 |
| |\| | |||||
| | * | treewide: clean up 'meta = with' pattern•••This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de> | Ihar Hrachyshka | 2025-12-10 | 5 | -19/+19 |
| * | | Merge branch 'staging-next' into staging | Robert Schütz | 2025-11-29 | 1 | -1/+0 |
| |\| | |||||
| | * | maintainers: drop orivej (#463812) | Wolfgang Walther | 2025-11-29 | 1 | -1/+0 |
| | |\ | |||||
| | | * | maintainers: drop orivej•••Signed-off-by: Marcin Serwin <marcin@serwin.dev> | Marcin Serwin | 2025-11-21 | 1 | -1/+0 |
| * | | | Merge staging-next into staging | nixpkgs-ci[bot] | 2025-11-29 | 1 | -3/+3 |
| |\| | | |||||
| | * | | dprint-plugins.dprint-plugin-biome: 0.11.6 -> 0.11.7 | R. Ryantm | 2025-11-29 | 1 | -3/+3 |
| * | | | Merge staging-next into staging | nixpkgs-ci[bot] | 2025-11-28 | 1 | -3/+3 |
| |\| | | |||||
| | * | | dprint-plugins.dprint-plugin-typescript: 0.95.12 -> 0.95.13 | R. Ryantm | 2025-11-28 | 1 | -3/+3 |
| * | | | versionCheckHook: Check for --version first (#463218) | Philip Taron | 2025-11-26 | 2 | -2/+0 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | treewide: Remove redundant `versionCheckProgramArg = "--version";` with:•••```shell git grep -l -e 'versionCheckProgramArg = "--version";' -e 'versionCheckProgramArg = \[ "--version" \];' | while read f; do sed -i '/versionCheckProgramArg/d' "$f" sed -i '/^$/N;/\n$/D' "$f" done ``` | Jonathan Davies | 2025-11-20 | 2 | -2/+0 |
| | |/ | |||||
| * / | dprint-plugins.dprint-plugin-biome: 0.11.4 -> 0.11.6 | R. Ryantm | 2025-11-22 | 1 | -3/+3 |
| |/ | |||||
| * | dpt-rp1-py: 0.1.18 -> 0.1.19 | R. Ryantm | 2025-11-16 | 1 | -2/+2 |
| * | dprint-plugins.dprint-plugin-biome: 0.11.3 -> 0.11.4 | R. Ryantm | 2025-11-15 | 1 | -3/+3 |
| * | maintainers: drop various inactive maintainers (#459104) | Wolfgang Walther | 2025-11-14 | 1 | -1/+0 |
| |\ | |||||
| | * | maintainers: drop magenbluten•••Inactive since 2020. | Wolfgang Walther | 2025-11-06 | 1 | -1/+0 |
| * | | dprint-plugins.dprint-plugin-biome: 0.11.1 -> 0.11.3 | R. Ryantm | 2025-11-09 | 1 | -3/+3 |
| * | | dpt-rp1-py: 0.1.16 -> 0.1.18 (#453269) | Fernando Rodrigues | 2025-11-06 | 1 | -2/+2 |
| |\ \ | |/ |/| | |||||
| | * | dpt-rp1-py: 0.1.16 -> 0.1.18 | R. Ryantm | 2025-10-18 | 1 | -2/+2 |
| * | | dprint-plugins.dprint-plugin-typescript: 0.95.11 -> 0.95.12 | R. Ryantm | 2025-11-04 | 1 | -3/+3 |
| * | | dprint-plugins.dprint-plugin-biome: 0.10.6 -> 0.11.1 | R. Ryantm | 2025-11-02 | 1 | -3/+3 |
| * | | dpp: init at 0.6.0 (#453653) | Sandro | 2025-10-28 | 2 | -0/+55 |
| |\ \ | |||||
| | * | | dpp: init at 0.6.0 | Ilya Savitsky | 2025-10-20 | 2 | -0/+55 |
| | |/ | |||||
| * | | dput-ng: Add missing dependency python3Packages.distro-info, install required... | Sandro | 2025-10-27 | 1 | -0/+7 |
| |\ \ | |||||
| | * | | dput-ng: Install required configuration files•••Signed-off-by: Anders Kaseorg <andersk@mit.edu> | Anders Kaseorg | 2025-10-10 | 1 | -0/+6 |
| | * | | dput-ng: Add missing dependency python3Packages.distro-info•••Signed-off-by: Anders Kaseorg <andersk@mit.edu> | Anders Kaseorg | 2025-10-10 | 1 | -0/+1 |
| * | | | dpdk: add intel-ipsec-mb as dependency•••intel-ipsec-mb for some of the cryptodev features | Thore Sommer | 2025-10-24 | 1 | -0/+2 |
| * | | | dprint-plugins.dprint-plugin-biome: 0.10.5 -> 0.10.6 | R. Ryantm | 2025-10-23 | 1 | -3/+3 |
| * | | | dprint-plugins: update all plugins•••Signed-off-by: phanirithvij <phanirithvij2000@gmail.com> dprint-plugins: fix update script Co-authored-by: Kenichi Kamiya <kachick1@gmail.com> Co-authored-by: Wolfgang Walther <walther@technowledgy.de> Signed-off-by: phanirithvij <phanirithvij2000@gmail.com> | phanirithvij | 2025-10-22 | 7 | -20/+20 |
| * | | | dprint-plugins.dprint-plugin-json: 0.20.0 -> 0.21.0 | R. Ryantm | 2025-10-20 | 1 | -3/+3 |
| | |/ |/| | |||||
| * | | dprint-plugins.dprint-plugin-biome: 0.10.4 -> 0.10.5 | R. Ryantm | 2025-10-17 | 1 | -3/+3 |
