4 Jun 2025 |
I use NixOS btw | Absolutely, and it feels like an efficient way to learn relevant stuff around the problem as well | 06:57:51 |
I use NixOS btw | In reply to @markuskowa:matrix.org Quick reminder: we meet on Wednesday, 18:00 at the Nordic Light hotel. I can't join this time due to my poor planning :( next time! | 06:59:12 |
bitops | Planned to join you but I've been delayed, will anyone still be there around 19:00? | 16:15:18 |
markuskowa | In reply to @bitops:matrix.org Planned to join you but I've been delayed, will anyone still be there around 19:00? No problem, we are still here at 1900. | 16:31:28 |
Claes | https://pca.st/episode/e976e7fc-fd42-4b66-9a03-f68a1ff9d4e1 | 16:48:26 |
LilleCarl (Salsa9) | https://github.com/lillecarl/knix Heres the Kubernetes thing I've been working on. It's POC code quality at best though. | 20:31:06 |
LilleCarl (Salsa9) | It'll be renamed "cknix" because that'll go "cloud-native kubernetes nix" which is hilarious and stupid | 20:32:03 |
6 Jun 2025 |
| Per Stark joined the room. | 18:34:42 |
7 Jun 2025 |
| matrixrooms.info mod bot (does NOT read/send messages and/or invites; used for checking reported rooms) changed their display name from deeok to matrixrooms.info mod bot (does NOT read/send messages and/or invites; used for checking reported rooms). | 21:57:29 |
8 Jun 2025 |
| matrixrooms.info mod bot (does NOT read/send messages and/or invites; used for checking reported rooms) left the room. | 00:22:31 |
9 Jun 2025 |
| Kacper Uminski joined the room. | 11:42:02 |
14 Jun 2025 |
dish1892 | I’m game to register a repair shop/collective to assist others in Gothenburg if anyone’s game?
https://endof10.org/sv/
https://www.sweclockers.com/nyhet/41317-oppna-kallkods-kampanjen-end-of-10-vaxer
| 23:27:43 |
15 Jun 2025 |
| Al Saleh joined the room. | 03:15:07 |
Al Saleh | > I’m game to register a repair shop/collective to assist others in Gothenburg if anyone’s game? dish1892 I am. I tried to list myself but got rejected. https://invent.kde.org/websites/endof10-org/-/merge_requests/295 | 03:27:57 |
| Al Saleh | 03:30:46 |
| Al Saleh set a profile picture. | 10:15:17 |
| Al Saleh changed their display name from alayham to Al Saleh. | 10:23:42 |
markuskowa | dish1892: alayham: aren't your posts a bit off-topic here? This is the Stockholm NixOS channel. | 12:24:48 |
Al Saleh | sorry, leaving | 12:25:49 |
| Al Saleh left the room. | 12:25:55 |
23 Jun 2025 |
| Julien joined the room. | 07:23:13 |
2 Jul 2025 |
LilleCarl (Salsa9) | I found a tool that I decided to try yesterday and regret I didn't try earlier. It's called optnix, it's essentially a terminal version of search.nixos.org for options. | 16:31:54 |
LilleCarl (Salsa9) | https://asciinema.org/a/cEbCAqfEwt0pOAPBDBVLLLj5b Here's a quick asciinema so you can check it out without installing, and they publish as a simple flake, just nixpkgs as a dependency which is nice.
It's really useful when you're developing your own modules since it evaluates your own instance of your options rather than a predefined one. So it makes building option hierarchies and actually using them a lot easier, I bet a lot of you use either search.nixos.org or mynixos.org a bit and this is pretty similar :) | 16:38:42 |
markuskowa | That's cool! What's the URL for the flake? | 16:54:31 |
LilleCarl (Salsa9) | https://github.com/water-sucks/optnix Haha sry i forgot to link the most essential thing! 😄 | 19:14:28 |
LilleCarl (Salsa9) | * https://github.com/water-sucks/optnix Haha sry i forgot to link the most essential thing! 😄 Love that username | 19:14:40 |
11 Jul 2025 |
| sodiboo joined the room. | 07:11:17 |
25 Jul 2025 |
| Anders joined the room. | 14:56:19 |
Anders | Hi all! Just wondering if there are any companies in Stockholm using the Nix ecosystem? (Would be interested in working at such a company!) | 14:58:58 |
3 Aug 2025 |
LilleCarl (Salsa9) | I learned how to do a really cursed thing today: edit /nix/store paths
sudo unshare --mount bash -c 'mount -your /nix to /nix'
My goal wasn't to edit storepaths but to hardlink to the store, which requires being on the same mount point (which /nix/store isn't because it's RO bind-mounted over itself)
| 21:15:57 |