Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils.nix: Use nixfmt from nixpkgs | EuAndreh | 2019-11-15 | 1 | -6/+2 |
| | |||||
* | TODOs.org | EuAndreh | 2019-10-21 | 1 | -0/+1 |
| | |||||
* | Update indentation of utils.nix | EuAndreh | 2019-08-20 | 1 | -70/+70 |
| | |||||
* | Add colors.sh | EuAndreh | 2019-06-15 | 1 | -0/+119 |
| | |||||
* | utils.nix: Add shell helper derivation functions | EuAndreh | 2019-06-15 | 1 | -0/+13 |
| | |||||
* | Move ./env.sh to ./docs/env.sh | EuAndreh | 2019-06-15 | 2 | -1/+1 |
| | |||||
* | Add link to solution in paste | EuAndreh | 2019-06-09 | 1 | -0/+2 |
| | |||||
* | Expand dictionaries | EuAndreh | 2019-06-08 | 2 | -0/+2 |
| | |||||
* | WIP: work on phoenix post | EuAndreh | 2019-06-08 | 1 | -2/+14 |
| | |||||
* | Pastebin: add link to derivation source | EuAndreh | 2019-06-08 | 1 | -1/+21 |
| | |||||
* | Add buildgomodule pastebin | EuAndreh | 2019-06-08 | 1 | -0/+1010 |
| | |||||
* | TODOs.org | EuAndreh | 2019-06-07 | 1 | -0/+1 |
| | |||||
* | Ignore "utils.nix" instead of "default.nix" by default | EuAndreh | 2019-06-06 | 1 | -1/+1 |
| | |||||
* | Correctly use GPLv3 instead of AGPLv3 in LICENSE. | EuAndreh | 2019-06-06 | 1 | -70/+83 |
| | |||||
* | Link to Atom instead of RSS | EuAndreh | 2019-06-04 | 1 | -1/+1 |
| | |||||
* | Use -x flag for shellcheck in utils.nix | EuAndreh | 2019-06-04 | 1 | -1/+1 |
| | |||||
* | WIP: add draft on programming phoenix review | EuAndreh | 2019-06-03 | 1 | -0/+23 |
| | |||||
* | default.nix :nail_care: | EuAndreh | 2019-06-03 | 1 | -1/+1 |
| | |||||
* | TODOs.org | EuAndreh | 2019-06-03 | 1 | -0/+3 |
| | |||||
* | Inline declaration of rootSrc | EuAndreh | 2019-06-03 | 1 | -2/+1 |
| | |||||
* | ... (become brittle) over time | EuAndreh | 2019-06-02 | 1 | -1/+1 |
| | |||||
* | converge -> convergence | EuAndreh | 2019-06-02 | 1 | -1/+1 |
| | |||||
* | Style: declaratively list -> declaratively specify | EuAndreh | 2019-06-02 | 1 | -1/+1 |
| | |||||
* | Typo: s/and/are/ | EuAndreh | 2019-06-02 | 1 | -1/+1 |
| | |||||
* | Change article date to use actual publication date | EuAndreh | 2019-06-02 | 1 | -1/+1 |
| | |||||
* | Add stateless workstation post | EuAndreh | 2019-06-02 | 5 | -1/+81 |
| | |||||
* | Use GPLv3 or later in footer | EuAndreh | 2019-06-02 | 1 | -1/+1 |
| | |||||
* | Update utils.nix to now use local README.css file | EuAndreh | 2019-06-02 | 2 | -5/+336 |
| | |||||
* | Update utils.nix | EuAndreh | 2019-06-02 | 1 | -1/+1 |
| | | | | Fix boolean logic bug on overwriting docs. | ||||
* | Format utils.nix | EuAndreh | 2019-06-02 | 1 | -1/+3 |
| | |||||
* | Don't overwrite current content in publishScript | EuAndreh | 2019-06-02 | 1 | -1/+4 |
| | |||||
* | Update generated utils.nix | EuAndreh | 2019-06-02 | 1 | -14/+10 |
| | |||||
* | Make hunspell call more clear | EuAndreh | 2019-06-01 | 1 | -2/+8 |
| | |||||
* | Fix check-spelling.sh linter offenses | EuAndreh | 2019-06-01 | 1 | -5/+6 |
| | |||||
* | Format Nix code (linter offense) | EuAndreh | 2019-06-01 | 2 | -17/+18 |
| | |||||
* | Move test code out of default.nix | EuAndreh | 2019-06-01 | 4 | -90/+155 |
| | | | | | - use common utils.nix code for generic test derivation; - move spell checking code into standalone Bash file. | ||||
* | Use pinned version of hakyll | EuAndreh | 2019-05-22 | 1 | -2/+8 |
| | | | | | | | Current unstable is marked as broken. Also see: - https://github.com/NixOS/nixpkgs/pull/61593 | ||||
* | Check spelling with hunspell and fix current errors | EuAndreh | 2019-05-22 | 9 | -27/+73 |
| | | | | | | | | The =sort= command requires $LANG to be set in order to sort consistently acrros environments and OSes. hunspell needs it to properly interpret non-ascii characters from the provided custom dictionaries. | ||||
* | Fix hakyll build: use proper src for subtasks.docs | EuAndreh | 2019-05-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I couldn't find out what was causing the website build to fail. I looked back in the git history and since I remembered the code back in January 1st 2019 was working, I searched for the last commit from that period (before I started working on it again recently). This was the perfect use case for using git bisect. After identifying a good commit back then ( 55e947d7901c17dbb1365a5cfb9f40acd50e903b), I read the =git help bisect= instructions, I only had to find the command to combine with =git bisect run= to test each commit. Initially I considered doing a simple or: nix-build -A subtasks.docs || nix-build -A build This would work, but I later figured that the =publishScript= derivation existed back then, and I could instead use it. The final bisect commands were: git bisect start HEAD 55e947d7901c17dbb1365a5cfb9f40acd50e903b -- git bisect run nix-build -A publishScript git bisect reset After the second command and around 30 seconds and a lot of output, git said: error: build of '/nix/store/299c1mwcwxxl74cvzr13lzlfqfdqxdlc-publish.sh.drv' failed 997bed0f60a8d09fa14544c0d4c489f771e2534c is the first bad commit commit 997bed0f60a8d09fa14544c0d4c489f771e2534c Author: EuAndreh <eu@euandre.org> Date: Sun May 19 01:39:07 2019 -0300 Split default.nix tasks :100644 100644 00572eb6a32da956d18b14e1c00323bba1b34a72 31feb5afc45ed2592b8f7a81b4ba7fe56fbe3fd1 M default.nix bisect run success After looking at how default.nix was before and after the bad commit, I realised that the =src= attribute of the =subtasks.docs= derivation was adapted incorrectly after being changed from the =build= derivation. After fixing it, it worked :) Great job git :) | ||||
* | Fail hunspellCheck when hunspell detects spelling mistakes | EuAndreh | 2019-05-22 | 1 | -0/+7 |
| | |||||
* | Setup hunspell spellchecking to run against HTML output | EuAndreh | 2019-05-22 | 2 | -1/+29 |
| | |||||
* | Add formatNix subtask and use it as buildInput for test derivation | EuAndreh | 2019-05-22 | 1 | -0/+9 |
| | |||||
* | Format default.nix file using nixfmt | EuAndreh | 2019-05-22 | 1 | -16/+17 |
| | |||||
* | Add nixfmt to mkShell derivation | EuAndreh | 2019-05-22 | 1 | -0/+2 |
| | |||||
* | TODOs.org | EuAndreh | 2019-05-21 | 1 | -4/+5 |
| | |||||
* | Add simple "About Me" page | EuAndreh | 2019-05-21 | 1 | -1/+5 |
| | |||||
* | Add actual tests to website CLI | EuAndreh | 2019-05-21 | 4 | -10/+27 |
| | |||||
* | Add Hakyll _cache/ folder to .gitignore | EuAndreh | 2019-05-21 | 1 | -2/+5 |
| | |||||
* | Remove racket package from shell derivation | EuAndreh | 2019-05-21 | 1 | -1/+0 |
| | |||||
* | Exclude pastebin/skeleton.org in subtasks.fixme run | EuAndreh | 2019-05-21 | 1 | -1/+1 |
| |