Commit Graph

8 Commits

Author SHA1 Message Date
Alyssa Ross
8f70fa9f59 Reapply "sdnotify-wrapper: drop"
This reverts commit 09384d7270.
2026-07-15 14:27:11 +02:00
sinanmohd
09384d7270 Revert "sdnotify-wrapper: drop"
reverts commit e801953990.
drop deprecated header from sdnotify-wrapper
2026-05-27 15:33:26 +05:30
Alyssa Ross
e801953990 sdnotify-wrapper: drop
Now included with s6.
2026-05-21 17:44:39 +02:00
Silvan Mosberger
4f0dadbf38 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 a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Profpatsch
7cadc17591 skawarePackages: add manpages to their respective packages
For a while now, we’ve had these separate derivations for the skaware
manpages.

That was fine in the beginning, because it was not entirely clear
whether the manpage project would be long-lived. Given that the
collection of third-party manpages is now extensive and updated
regularly, plus it is sanctioned by skarnet, we can remove this
additional hurdle to using skaware.

The buildManPage structure is kept, instead of building them in a
separate `default.nix`, we add a field `manpages` to
`skawarePackages.buildPackage`, which adds the `"man"` output and
copies everything from the manpages output.

For backwards-compat, the manpage derivation is exposed in the
`passthru` and referenced by the `*-man-pages` attributes.

~~~

The `with skawarePackages;` scope is removed from all packages, and
used explicitly for all functions, while packages get added to the
package import header.
2024-03-24 14:52:19 +01:00
Profpatsch
3a256b2896 skawarePackages.tipidee: init at 0.0.1.0 2023-11-09 15:02:48 +01:00
Alyssa Ross
b29835fea2 s6-rc-man-pages: init at 0.5.4.1.2 2023-06-23 12:02:14 +02:00
AndersonTorres
4ff9ef84c7 skawarePackages: refactor
This way, the skawarePackages live inside its own directory, with a huge inherit
to bring them to top-level.
2022-12-03 13:01:31 -03:00