aboutsummaryrefslogtreecommitdiff
path: root/.envrc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* drop terraform/terranixFranck Cuny2025-11-151-3/+0
|
* clean up flake and .envrcFranck Cuny2025-08-311-3/+11
|
* manage terraform configuration with terranixFranck Cuny2025-08-311-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.
* update a few .envrcFranck Cuny2025-08-101-0/+3
|
* move scripts managed by nix out of the flakeFranck Cuny2025-07-071-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`.
* more refactoringFranck Cuny2024-12-081-2/+0
|
* there's no virtual env to activateFranck Cuny2024-11-171-1/+0
|
* watch for changes to the devshell configurationFranck Cuny2024-09-131-0/+2
|
* start the conversion to pythonFranck Cuny2024-05-041-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.
* repo: add support for direnvFranck Cuny2022-05-071-0/+1