Benedikt Rips
71402c5df3
treewide: mark unused lambda arguments
2026-04-13 22:02:40 -05:00
Austin Horstman
01ea51d706
treewide: use inherit for attribute assignments
...
This change converts redundant attribute assignments of the form `a =
a;` or `a = someSet.a;` into cleaner `inherit` statements. This reduces
verbosity and follows common Nix style for bringing attributes into
scope.
Statix Codes: W03 (manual_inherit), W04 (manual_inherit_from)
Also include statix and the rule in our configuration.
2026-04-08 14:47:48 -05:00
Utkarsh Gupta
920c07c691
colim|docker-cli: switch to xdg by default in 26.05
2026-02-26 21:34:24 -06:00
Utkarsh Gupta
6f35059f9a
docker-cli: allow absolute paths for configDir
2026-02-26 21:34:24 -06:00
Austin Horstman
fa6de26b4d
treewide: nixf-diagnose cleanup
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-08 16:30:04 -05:00
will
990e5ce679
docker-cli: add docker contexts support
...
Adds docker-cli.contexts support. This allows declarative configuration
of [docker
contexts](https://docs.docker.com/engine/manage-resources/contexts/ ).
2025-10-14 12:20:39 -05:00
will
25ca7d297f
docker-cli: add will-lol as maintainer
2025-10-14 12:20:39 -05:00
Friedrich Altheide
26e33ea5c0
docker-cli: Improve docs, fix enviornment variable
2025-07-25 14:03:11 -05:00
Friedrich Altheide
729c5e5465
docker-cli: add module ( #7411 )
2025-07-10 15:36:53 -05:00