diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2025-07-15 20:34:14 +0200 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2025-07-15 20:34:14 +0200 |
commit | 62483ddbc85da140b36eee2fa6bc43e7093eb3ad (patch) | |
tree | 33550a06020ec71e2777a6241447a40ba98c10ca /daily/27-May-2025.md | |
parent | 04db4c941799bfbfac666160e7b4298716649a7f (diff) | |
parent | a9886bf2f8a35369a2c42070c5f83504dfab2bc5 (diff) |
vault backup: 2025-07-15 20:34:14
Diffstat (limited to 'daily/27-May-2025.md')
-rw-r--r-- | daily/27-May-2025.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/daily/27-May-2025.md b/daily/27-May-2025.md deleted file mode 100644 index 1000488..0000000 --- a/daily/27-May-2025.md +++ /dev/null @@ -1,3 +0,0 @@ -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. - |