| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2024-12-08 | more refactoring | Franck Cuny | 1 | -49/+0 | |
| 2024-10-14 | delete a bunch of python related stuff | Franck Cuny | 1 | -4/+0 | |
| 2024-10-05 | clean up the devshell setup | Franck Cuny | 1 | -42/+37 | |
| 2024-09-28 | install nixos-rebuild | Franck Cuny | 1 | -0/+1 | |
| So that I can build the configuration for remote hosts | |||||
| 2024-09-28 | install pandoc | Franck Cuny | 1 | -0/+1 | |
| 2024-09-13 | minior changes to devshell configuration | Franck Cuny | 1 | -9/+12 | |
| 2024-08-05 | add a new host: wildcat | Franck Cuny | 1 | -1/+1 | |
| This is a VPS on hetzner. | |||||
| 2024-07-22 | no need to install go related packages | Franck Cuny | 1 | -7/+0 | |
| There's no more go things in this repo | |||||
| 2024-07-22 | remove commands from devenv | Franck Cuny | 1 | -44/+0 | |
| 2024-07-22 | bump nixos to 24.05 | Franck Cuny | 1 | -0/+2 | |
| 2024-04-29 | enable ruff | Franck Cuny | 1 | -0/+1 | |
| 2024-03-04 | nix libraries and modules will be under `nix/` | Franck Cuny | 1 | -0/+0 | |
| 2024-01-26 | print various environments variable from CI | Franck Cuny | 1 | -0/+8 | |
| CI is currently failing with the following error: ``` go: errors parsing go.mod: /home/runner/work/world/world/go.mod:3: invalid go version '1.21.4': must match format 1.23 ``` From [1]: > Before Go 1.21, the initial release of a Go toolchain was version 1.N, not 1.N.0 which makes me think that I'm CI is running with a version of go older than 1.21, while I specify 1.21 in my nix config. If that's the case, something is not correct in the CI environment and I should fix it. Hopefully the script will give me the information I need to debug this. [1] https://go.dev/doc/toolchain#version | |||||
| 2024-01-22 | add more commands to devshell's menu | Franck Cuny | 1 | -0/+12 | |
| 2024-01-21 | disable linter for yaml | Franck Cuny | 1 | -1/+5 | |
| This is causing `nix flake check` to fail on CI, and I don't know why. I don't have issues locally. Commenting this out until I have a fix. | |||||
| 2024-01-21 | install some go related programs | Franck Cuny | 1 | -2/+9 | |
| 2023-12-14 | enable deadnix for pre-commit hook | Franck Cuny | 1 | -2/+1 | |
| Now that I've deleted all unused code, I can run this properly. | |||||
| 2023-12-14 | use devshell to build / switch the configuration | Franck Cuny | 1 | -0/+18 | |
| 2023-12-14 | pre-commit delegates all the work to treefmt | Franck Cuny | 1 | -2/+6 | |
| Clean up the yaml file for the GHA. | |||||
| 2023-12-14 | test | Franck Cuny | 1 | -0/+1 | |
| 2023-12-04 | additional cleanup for flakes | Franck Cuny | 1 | -24/+31 | |
| Move the host configuration to `flake/hosts.nix` to follow what we did with `devshell`. | |||||
| 2023-12-04 | update to 23.11 and break down flakes | Franck Cuny | 1 | -0/+41 | |
| 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. | |||||
