about summary refs log tree commit diff
path: root/flake/devshell.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add more commands to devshell's menuFranck Cuny2024-01-221-0/+12
|
* disable linter for yamlFranck Cuny2024-01-211-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.
* install some go related programsFranck Cuny2024-01-211-2/+9
|
* enable deadnix for pre-commit hookFranck Cuny2023-12-141-2/+1
| | | | Now that I've deleted all unused code, I can run this properly.
* use devshell to build / switch the configurationFranck Cuny2023-12-141-0/+18
|
* pre-commit delegates all the work to treefmtFranck Cuny2023-12-141-2/+6
| | | | Clean up the yaml file for the GHA.
* testFranck Cuny2023-12-141-0/+1
|
* additional cleanup for flakesFranck Cuny2023-12-041-24/+31
| | | | | Move the host configuration to `flake/hosts.nix` to follow what we did with `devshell`.
* update to 23.11 and break down flakesFranck Cuny2023-12-041-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.