aboutsummaryrefslogtreecommitdiff
path: root/tests/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lib.gvariant: escape backslashes in stringsSymphorien Gibol2020-08-121-0/+2
| | | | PR #1433
* lib: support gvariant maybe typeRobert Helgesson2020-07-241-0/+5
| | | | Fixes #1397
* types: improve dagOf and listOrDagOfRobert Helgesson2020-04-132-0/+44
| | | | | In particular, improve the behavior of these types if the element type is a submodule.
* lib: add GVariant datatype and functionsRobert Helgesson2020-03-212-0/+57
|
* Apply `nixfmt` on many filesRobert Helgesson2020-02-022-30/+18
|
* tests: use `lib.hm.types` instead of explicit importRobert Helgesson2020-01-262-4/+2
|
* home-environment: use DAG type in `activation` optionRobert Helgesson2020-01-162-2/+2
|
* lib: add type generators `dagOf` and `listOrDagOf`Robert Helgesson2020-01-165-0/+102
Given an inner type, the former function generates a type that expect DAG option values. The latter function is only present to temporarily allow the `programs.ssh.matchBlocks` to keep accepting list values.