| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python2Packages.ninja: drop | Sigmanificient | 2026-01-15 | 1 | -3/+1 |
| * | python2Packages.six: drop | Sigmanificient | 2026-01-15 | 1 | -3/+1 |
| * | python2Packages.more-itertools: drop | Sigmanificient | 2026-01-15 | 1 | -1/+1 |
| * | python2Packages.packaging: drop | Sigmanificient | 2026-01-15 | 1 | -1/+1 |
| * | python2Packages.configparser: drop | Sigmanificient | 2026-01-15 | 1 | -1/+1 |
| * | python2Packages.zipp: drop | Sigmanificient | 2026-01-15 | 1 | -2/+1 |
| * | python2Packages.contextlib2: drop | Sigmanificient | 2026-01-15 | 1 | -1/+1 |
| * | python2Packages.importlib-metadata: drop | Sigmanificient | 2026-01-15 | 1 | -1/+1 |
| * | python2Packages.pluggy: drop | Sigmanificient | 2026-01-15 | 1 | -1/+1 |
| * | python2Packages.attrs: drop | Sigmanificient | 2026-01-15 | 1 | -1/+1 |
| * | python2Packages.backports-functools-lru-cache: drop | Sigmanificient | 2026-01-15 | 1 | -4/+0 |
| * | python2Packages.wcwidth: drop | Sigmanificient | 2026-01-15 | 1 | -3/+1 |
| * | python2Packages.mock: drop | Sigmanificient | 2026-01-15 | 1 | -1/+1 |
| * | python2Packages.pytest: drop | Sigmanificient | 2026-01-15 | 1 | -2/+2 |
| * | python2Packages.markupsafe: drop | Sigmanificient | 2026-01-15 | 1 | -1/+1 |
| * | python2Packages.hypothesis: drop | Sigmanificient | 2026-01-15 | 1 | -7/+2 |
| * | python2Packages.coverage: drop | Sigmanificient | 2026-01-15 | 1 | -1/+1 |
| * | python2Packages.filelock: drop | Sigmanificient | 2026-01-15 | 1 | -1/+1 |
| * | python2Packages.pytest-xdist: drop | Sigmanificient | 2026-01-15 | 1 | -1/+1 |
| * | python2Packages.jinja2: drop | Sigmanificient | 2026-01-15 | 1 | -1/+1 |
| * | python2Packages.cffi: drop | Sigmanificient | 2026-01-15 | 1 | -1/+1 |
| * | python2Packages.pycairo: drop | Sigmanificient | 2026-01-15 | 1 | -3/+1 |
| * | python2Packages.pyparsing: drop | Sigmanificient | 2026-01-15 | 1 | -1/+1 |
| * | python2Packages.pygobject2: drop | Sigmanificient | 2026-01-15 | 1 | -2/+0 |
| * | python2Packages.pygtk: drop | Sigmanificient | 2026-01-15 | 1 | -2/+0 |
| * | python2Packages.setuptools-scm: drop | Sigmanificient | 2026-01-14 | 1 | -2/+0 |
| * | python2Packages.scandir: drop | Sigmanificient | 2026-01-14 | 1 | -2/+0 |
| * | python2Packages.futures: drop | Sigmanificient | 2026-01-14 | 1 | -2/+0 |
| * | python2Packages.enum: drop | Sigmanificient | 2026-01-14 | 1 | -2/+0 |
| * | python2Packages.typing: drop | Sigmanificient | 2026-01-14 | 1 | -2/+0 |
| * | treewide: fix typos in comments•••Made with ```shell git restore . fd '\.nix$' pkgs/ --type f -j1 -x bash -xc "$(cat <<"EOF" typos --no-check-filenames --write-changes "$1" git diff --exit-code "$1" && exit #( git diff "$1" | grep -qE "^\+ +[^# ]") && git restore "$1" count1="$( bat --language nix --diff --style changes "$1" --theme "Monokai Extended" --color always | aha --no-header | grep -E '^<span style="color:olive;">~</span> ' | wc -l )" count2="$( bat --language nix --diff --style changes "$1" --theme "Monokai Extended" --color always | aha --no-header | grep -E '^<span style="color:olive;">~</span> (<span style="color:#f8f8f2;"> *</span>)?<span style="color:#75715e;">.*</span>$' | wc -l )" [[ $count1 -ne $count2 ]] && git restore "$1" EOF )" -- {} ``` and filtered with `GIT_DIFF_OPTS='--unified=15' git -c interactive.singleKey=true add --patch` I initially tried using the tree-sitter cli, python bindings and even ast-grep through various means, but this is what I ended up with. | Peder Bergebakken Sundt | 2025-02-24 | 1 | -1/+1 |
| * | 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 b32a0943687d2a5094a6d92f25a4b6e16a76b5b7 result/bin/apply-formatting $NIXPKGS_PATH | Silvan Mosberger | 2024-12-10 | 1 | -10/+13 |
| * | python2Packages.ninja: alias it to ninja build tool | Theodore Ni | 2023-08-26 | 1 | -0/+4 |
| * | python2.pkgs.wcwidth: add missing python2 dependency | Theodore Ni | 2023-08-03 | 1 | -0/+4 |
| * | python2.pkgs.backports-functools-lru-cache: init at 1.6.6 | Theodore Ni | 2023-08-03 | 1 | -0/+2 |
| * | python3Packages.pysequoia: init at 0.1.14•••Also, make `python3Packages.sequoia` throw a message regarding it's replacement of `python3Packages.sequoia`. The main sequoia-pgp/sequoia repository doesn't ship Python code since 0.25.0, just a binary. | Doron Behar | 2023-06-26 | 1 | -2/+0 |
| * | python2Packages.wheel: keep 0.37.1 for python2 since 0.38 dropped support | Frederik Rietdijk | 2023-02-05 | 1 | -0/+2 |
| * | Merge branch 'staging-next' into staging | Vladimír Čunát | 2022-12-16 | 1 | -0/+4 |
| |\ | |||||
| | * | Merge master into staging-next | github-actions[bot] | 2022-12-15 | 1 | -0/+4 |
| | |\ | |||||
| | | * | python2Packages.typing: revert removal•••This reverts commit ff692673773f18ca8940486f3a020212df2b7e76. | Fabián Heredia Montiel | 2022-12-15 | 1 | -0/+2 |
| | | * | python2Packages.scandir: revert removal•••This reverts commit 7d4a0668d26c39bfcd1b40b21b7d169cedbfe9aa. Closes https://github.com/NixOS/nixpkgs/issues/205742 | Fabián Heredia Montiel | 2022-12-15 | 1 | -0/+2 |
| * | | | python310Packages.six: run tests | Robert Schütz | 2022-12-14 | 1 | -0/+4 |
| |/ / | |||||
| * | | Merge branch 'master' into staging-next | Vladimír Čunát | 2022-12-10 | 1 | -44/+1 |
| |\| | |||||
| | * | python2Packages.pygobject2: move to python2-modules | Robert Schütz | 2022-12-09 | 1 | -0/+2 |
| | * | python2Packages.pygobject3: remove | Robert Schütz | 2022-12-09 | 1 | -4/+0 |
| | * | python2Packages.gtkme: remove | Robert Schütz | 2022-12-09 | 1 | -2/+0 |
| | * | python2Packages.idna: remove | Robert Schütz | 2022-12-09 | 1 | -2/+0 |
| | * | python2Packages.scandir: remove | Robert Schütz | 2022-12-09 | 1 | -2/+0 |
| | * | python2Packages.pysqlite: remove | Robert Schütz | 2022-12-09 | 1 | -2/+0 |
| | * | python2Packages.certifi: remove | Robert Schütz | 2022-12-09 | 1 | -2/+0 |
