| Commit message (Expand) | Author | Age | Files | Lines |
| * | skawarePackages.mdevd: 0.1.6.4 -> 0.1.7.0 | Daniel Sampliner | 2025-05-30 | 1 | -2/+2 |
| * | 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 | -2/+11 |
| * | mdevd: 0.1.6.3 -> 0.1.6.4 | Alyssa Ross | 2024-06-15 | 1 | -2/+2 |
| * | 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.
| Profpatsch | 2024-03-24 | 1 | -4/+2 |
| * | mdevd: 0.1.6.2 -> 0.1.6.3 | Alyssa Ross | 2023-11-07 | 1 | -2/+2 |
| * | mdevd: 0.1.6.1 -> 0.1.6.2 | Alyssa Ross | 2023-04-06 | 1 | -2/+2 |
| * | mdevd: 0.1.5.2 -> 0.1.6.1 | Alyssa Ross | 2023-01-17 | 1 | -2/+3 |
| * | skawarePackages: move all of them to development/skaware-packages | AndersonTorres | 2022-10-28 | 1 | -0/+28 |