about summary refs log tree commit diff
path: root/flake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testFranck Cuny2023-12-141-0/+1
|
* additional cleanup for flakesFranck Cuny2023-12-042-24/+52
| | | | | 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-042-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.