aboutsummaryrefslogtreecommitdiff
path: root/.envrc (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-11-15drop terraform/terranixFranck Cuny1-3/+0
2025-08-31clean up flake and .envrcFranck Cuny1-3/+11
2025-08-31manage terraform configuration with terranixFranck Cuny1-0/+2
All the terraform configuration is managed within one state instead of having multiple state for each components. This might not be the best practice but it simplifies things for me. Now, all I need to do is to run `nix run .#tf -- plan` and I can see what will be changed for all the resources that I care about.
2025-08-10update a few .envrcFranck Cuny1-0/+3
2025-07-07move scripts managed by nix out of the flakeFranck Cuny1-0/+1
In order to keep the flake readable, the various scripts managed by nix are now moved to their own files under `nix/scripts`.
2024-12-08more refactoringFranck Cuny1-2/+0
2024-11-17there's no virtual env to activateFranck Cuny1-1/+0
2024-09-13watch for changes to the devshell configurationFranck Cuny1-0/+2
2024-05-04start the conversion to pythonFranck Cuny1-0/+1
Add support to move all the tools to python and organize them in a way that should be simple. I'm using https://rye-up.com for this.
2022-05-07repo: add support for direnvFranck Cuny1-0/+1