aboutsummaryrefslogtreecommitdiff
path: root/flake/devshell.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-21install some go related programsFranck Cuny1-2/+9
2023-12-14enable deadnix for pre-commit hookFranck Cuny1-2/+1
Now that I've deleted all unused code, I can run this properly.
2023-12-14use devshell to build / switch the configurationFranck Cuny1-0/+18
2023-12-14pre-commit delegates all the work to treefmtFranck Cuny1-2/+6
Clean up the yaml file for the GHA.
2023-12-14testFranck Cuny1-0/+1
2023-12-04additional cleanup for flakesFranck Cuny1-24/+31
Move the host configuration to `flake/hosts.nix` to follow what we did with `devshell`.
2023-12-04update to 23.11 and break down flakesFranck Cuny1-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.