aboutsummaryrefslogtreecommitdiff
path: root/utils.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* utils.nix: Use nixfmt from nixpkgsEuAndreh2019-11-151-6/+2
|
* Update indentation of utils.nixEuAndreh2019-08-201-70/+70
|
* utils.nix: Add shell helper derivation functionsEuAndreh2019-06-151-0/+13
|
* Ignore "utils.nix" instead of "default.nix" by defaultEuAndreh2019-06-061-1/+1
|
* Use -x flag for shellcheck in utils.nixEuAndreh2019-06-041-1/+1
|
* Update utils.nix to now use local README.css fileEuAndreh2019-06-021-5/+1
|
* Update utils.nixEuAndreh2019-06-021-1/+1
| | | | Fix boolean logic bug on overwriting docs.
* Format utils.nixEuAndreh2019-06-021-1/+3
|
* Update generated utils.nixEuAndreh2019-06-021-14/+10
|
* Format Nix code (linter offense)EuAndreh2019-06-011-1/+2
|
* Move test code out of default.nixEuAndreh2019-06-011-0/+101
- use common utils.nix code for generic test derivation; - move spell checking code into standalone Bash file.