Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | install some go related programs | Franck Cuny | 2024-01-21 | 1 | -2/+9 |
| | |||||
* | various fixes for errors reported by deadnix | Franck Cuny | 2023-12-15 | 2 | -21/+1 |
| | |||||
* | enable deadnix for pre-commit hook | Franck Cuny | 2023-12-14 | 1 | -2/+1 |
| | | | | Now that I've deleted all unused code, I can run this properly. | ||||
* | use devshell to build / switch the configuration | Franck Cuny | 2023-12-14 | 1 | -0/+18 |
| | |||||
* | pre-commit delegates all the work to treefmt | Franck Cuny | 2023-12-14 | 1 | -2/+6 |
| | | | | Clean up the yaml file for the GHA. | ||||
* | test | Franck Cuny | 2023-12-14 | 1 | -0/+1 |
| | |||||
* | additional cleanup for flakes | Franck Cuny | 2023-12-04 | 2 | -24/+52 |
| | | | | | Move the host configuration to `flake/hosts.nix` to follow what we did with `devshell`. | ||||
* | update to 23.11 and break down flakes | Franck Cuny | 2023-12-04 | 2 | -0/+61 |
Update to 23.11 for both nix and home-manager. Break down the flake in multiple parts (hosts, devshell) so that they are easier to maintain. The main reason to start this is because `nix flake check` was failing, the flake was not correct. |