| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | 1 | -4/+4 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 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 | -6/+19 |
| * | treewide: Remove indefinite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
| Alexis Hildebrandt | 2024-06-09 | 1 | -1/+1 |
| * | treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
| stuebinm | 2024-03-19 | 1 | -0/+1 |
| * | sinit: refactor | Felix Buehler | 2022-01-16 | 1 | -23/+16 |
| * | sinit: 1.0 -> 1.1 | R. Ryantm | 2021-10-28 | 1 | -2/+2 |
| * | pkgs/os-specific: stdenv.lib -> lib | Ben Siraphob | 2021-01-17 | 1 | -8/+8 |
| * | treewide: fix double quoted strings in meta.description | Ben Siraphob | 2021-01-16 | 1 | -1/+1 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | Switch suckless.org URLs to https•••(cherry picked from commit 22f212537f475565f67a07b869f9cceea2022191)
| Pascal Wittmann | 2018-04-11 | 1 | -2/+2 |
| * | treewide: homepage+src updates (found by repology, #33263) | Samuel Dionne-Riel | 2018-01-05 | 1 | -1/+1 |
| * | pkgs: refactor needless quoting of homepage meta attribute (#27809)•••* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
| Silvan Mosberger | 2017-08-01 | 1 | -1/+1 |
| * | treewide: fix darwin builds by using getOutput•••This fixes eval for pkgs referring to optional static output
| Robin Gloster | 2016-08-25 | 1 | -1/+1 |
| * | treewide: fix darwin builds by referring to stdenv's libc | Franz Pletz | 2016-08-25 | 1 | -1/+1 |
| * | sinit: 0.9.2 -> 1.0, fix glibc static linking | Franz Pletz | 2016-08-24 | 1 | -2/+3 |
| * | Don't trust sinit snapshots to be stable | Michael Raskin | 2014-12-08 | 1 | -6/+6 |
| * | Add suckless.org sinit for experiments | Michael Raskin | 2014-12-08 | 1 | -0/+36 |