summaryrefslogtreecommitdiff
path: root/utils.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-17utils.nix: Revert changeEuAndreh1-0/+1
2019-12-29utils: Make publish.sh less strictEuAndreh1-1/+0
2019-11-15utils.nix: Use nixfmt from nixpkgsEuAndreh1-6/+2
2019-08-20Update indentation of utils.nixEuAndreh1-70/+70
2019-06-15utils.nix: Add shell helper derivation functionsEuAndreh1-0/+13
2019-06-06Ignore "utils.nix" instead of "default.nix" by defaultEuAndreh1-1/+1
2019-06-04Use -x flag for shellcheck in utils.nixEuAndreh1-1/+1
2019-06-02Update utils.nix to now use local README.css fileEuAndreh1-5/+1
2019-06-02Update utils.nixEuAndreh1-1/+1
Fix boolean logic bug on overwriting docs.
2019-06-02Format utils.nixEuAndreh1-1/+3
2019-06-02Update generated utils.nixEuAndreh1-14/+10
2019-06-01Format Nix code (linter offense)EuAndreh1-1/+2
2019-06-01Move test code out of default.nixEuAndreh1-0/+101
- use common utils.nix code for generic test derivation; - move spell checking code into standalone Bash file.