blob: 649d53c5ae79a18c2d1796e0a638529a6b9fea02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# flaky-utils
Additional Nix Flake utility functions for personal convenience (mainly
reducing boilerplate).
No promise on API stability.
## Usage
See "./example/flake.nix" for a documented example.
## Contributing
Issues and patches: email the author.
## Licence and copyright
Copyright (C) 2022 Pacien TRAN-GIRARD.
This project is distributed under the terms of European Union Public Licence
version 1.2, a copy of which is provided in `./licence.txt`.
|