This renames our `firmwareLinuxNonfree` package to `linux-firmware`.
There is prior art for this in multiple other distros[1][2][3].
Besides making the package more discoverable by those searching for the
usual name, this also brings it in-line with the `kebab-case` we
normally see in `nixpkgs` pnames, and removes the `Nonfree` information
from the name, which I consider redundant given it's present in
`meta.license`.
The corresponding alias has been added, so this shouldn't break
anything.
[1]: https://archlinux.org/packages/core/any/linux-firmware/
[2]: https://src.fedoraproject.org/rpms/linux-firmware
[3]: https://packages.gentoo.org/packages/sys-kernel/linux-firmware
The original perl implementation of tagtime.
I packaged it to the point of being able to use it on my system, in a
very barebones state.
The configuration is … well it just assumes you have a perl file
somewhere and it evals it at startup. Since that configuration needs
access to the distpath of tagtime, we just patch it a bit for
now (which also means no user configuration is possible atm).
The main changes to the config are:
- instead of defaulting to `vim`, we use `$EDITOR`
- The log file is placed in `$HOME/.local/share/tagtime/pings.log`
(which corresponds to `$XDG_DATA_HOME` on normal unix systems), but
could be patched to use the real logic instead.
Update pkgs/applications/version-management/commit-formatter/default.nix
Co-authored-by: Bobby Rong <rjl931189261@126.com>
Update pkgs/applications/version-management/commit-formatter/default.nix
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
Update pkgs/applications/version-management/commit-formatter/default.nix
Co-authored-by: Bobby Rong <rjl931189261@126.com>
This is a useful utility for monitoring network performance over time
using a combination of MTR and Prometheus. Also adding a service definition.
Signed-off-by: Jakub Sokołowski <jakub@status.im>