pennae
|
e67a646a92
|
treewide: add defaultText to remaining options
these are mostly options that use alias bindings, bindings to constants,
or bindings to calculated values.
|
2021-12-09 01:42:24 +01:00 |
|
pennae
|
ed673a69db
|
treewide: add defaultText for options with simple cfg.* expression defaults
adds defaultText for options with defaults that use only literals, full config.*
paths, and the cfg shortcut binding.
|
2021-12-09 01:14:16 +01:00 |
|
pennae
|
e24a8775a8
|
treewide: set defaultText for options using simple path defaults
adds defaultText for all options that set their default to a path expression
using the ubiquitous `cfg` shortcut bindings.
|
2021-12-09 01:12:13 +01:00 |
|
Sandro Jäckel
|
8547db919a
|
treewide: switch `builtins.fromJSON(builtins.readFile ./file.json) ` to lib.importJSON ./file.json
|
2021-11-03 14:43:52 +01:00 |
|
Naïm Favier
|
2ddc335e6f
|
nixos/doc: clean up defaults and examples
|
2021-10-04 12:47:20 +02:00 |
|
talyz
|
59e0120aa5
|
treewide: Fix mysql alias deprecation breakage
62733b37b4 broke evaluation in all
places `pkgs.mysql` was used. Fix this by changing all occurrences to
`pkgs.mariadb`.
|
2021-06-04 21:42:08 +02:00 |
|
midchildan
|
36c16fa7e3
|
nixos/epgstation: add module
|
2020-09-12 00:34:47 +09:00 |
|