summaryrefslogtreecommitdiff
path: root/pkgs/development/skaware-packages/mdevd (follow)
Commit message (Expand)AuthorAgeFilesLines
* skawarePackages.mdevd: 0.1.6.4 -> 0.1.7.0Daniel Sampliner2025-05-301-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 Mosberger2024-12-101-2/+11
* mdevd: 0.1.6.3 -> 0.1.6.4Alyssa Ross2024-06-151-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. Profpatsch2024-03-241-4/+2
* mdevd: 0.1.6.2 -> 0.1.6.3Alyssa Ross2023-11-071-2/+2
* mdevd: 0.1.6.1 -> 0.1.6.2Alyssa Ross2023-04-061-2/+2
* mdevd: 0.1.5.2 -> 0.1.6.1Alyssa Ross2023-01-171-2/+3
* skawarePackages: move all of them to development/skaware-packagesAndersonTorres2022-10-281-0/+28