summaryrefslogtreecommitdiff
path: root/daily/27-May-2025.md
blob: 908736b6fe09d65d3ca4d4ee2599f6c6ba94e903 (plain)
1
2
3
4
Decided that devenv is too invasive for use at work; I can't commit its .envrc nor .pre-commit-config.yaml. Therefore I'm setting up just regular shell.nix usage. I quickly ran into an issue where the nix shell is using bash and found a tool called Lorri which promises to be useful for developer environments with shell.nix. Let's hope that is less invasive than devenv.
Thus far it's not very nice, it install stuff on the background ( a systemd daemon that listens for change ) of which you have no idea when its done.

TIL: gitlab ci job can specify `resource_group` to make it mutually exclusive with other jobs that have this resource group.