summaryrefslogtreecommitdiff
path: root/daily/27-May-2025.md
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-06-02 12:15:47 +0200
committerJasper Ras <jras@hostnet.nl>2025-06-02 12:17:02 +0200
commit9bd8cdf2ecc2b60f873b393122b19985cbc4587c (patch)
treea4e0ad7e2824e24b187525fc3c51f8d382d1aceb /daily/27-May-2025.md
parenta61d928b279c5c508aca3bfc7cb14d810c3d75de (diff)
vault backup: 2025-06-02 12:15:47
Diffstat (limited to 'daily/27-May-2025.md')
-rw-r--r--daily/27-May-2025.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/daily/27-May-2025.md b/daily/27-May-2025.md
new file mode 100644
index 0000000..908736b
--- /dev/null
+++ b/daily/27-May-2025.md
@@ -0,0 +1,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. \ No newline at end of file