summaryrefslogtreecommitdiff
path: root/pkgs/os-specific/linux/sinit (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 Hrachyshka2025-12-101-4/+4
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-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 Mosberger2024-12-101-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 Hildebrandt2024-06-091-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. stuebinm2024-03-191-0/+1
* sinit: refactorFelix Buehler2022-01-161-23/+16
* sinit: 1.0 -> 1.1R. Ryantm2021-10-281-2/+2
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-171-8/+8
* treewide: fix double quoted strings in meta.descriptionBen Siraphob2021-01-161-1/+1
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* Switch suckless.org URLs to https•••(cherry picked from commit 22f212537f475565f67a07b869f9cceea2022191) Pascal Wittmann2018-04-111-2/+2
* treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel2018-01-051-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 Mosberger2017-08-011-1/+1
* treewide: fix darwin builds by using getOutput•••This fixes eval for pkgs referring to optional static output Robin Gloster2016-08-251-1/+1
* treewide: fix darwin builds by referring to stdenv's libcFranz Pletz2016-08-251-1/+1
* sinit: 0.9.2 -> 1.0, fix glibc static linkingFranz Pletz2016-08-241-2/+3
* Don't trust sinit snapshots to be stableMichael Raskin2014-12-081-6/+6
* Add suckless.org sinit for experimentsMichael Raskin2014-12-081-0/+36