!dGrjXvKnCwVLevgmzo:matrix.org

Stockholm NixOS meetup group

54 Members
Monthly meetups in Stockholm, Sweden around Nix releated topics(nixos.org)13 Servers

Load older messages


SenderMessageTime
13 Apr 2026
@claesatwork:matrix.orgClaesHello, I can probably make it, can confirm before the weekend20:34:09
14 Apr 2026
@bella:parzivale.dev@bella:parzivale.dev joined the room.16:33:12
@bella:parzivale.dev@bella:parzivale.dev left the room.21:12:25
16 Apr 2026
@edwtjo:fairydust.spaceEdward Tjörnhammar
In reply to @igorramazanov:matrix.org
Hi, do we have any nixpkgs commiters here? Been trying to get https://github.com/NixOS/nixpkgs/pull/398667 to be merged for almost a month after being approved for now :/
I was tempted to merged but discovered some pain points while performing my own review, but I promise to merge if you address the issues
08:53:49
@edwtjo:fairydust.spaceEdward Tjörnhammar* I was tempted to merge it but discovered some pain points while performing my own review, but I promise to merge if you address the issues12:00:00
@claesatwork:matrix.orgClaesHello again, the date works for me12:59:04
20 Apr 2026
@realbogart:matrix.orgrealbogart I went to the meetup last month and met Claes and markuskowa. I can probably join tomorrow as well! Did you decide on where to meet? 15:05:44
@markuskowa:matrix.orgmarkuskowaSame time and place. 18:00 at the Nordic Light hotel lounge. 15:06:50
@realbogart:matrix.orgrealbogartPerfect, see you then!15:07:02
21 Apr 2026
@markuskowa:matrix.orgmarkuskowa@room see you tonight!12:15:44
@we_88_mazur:matrix.orgMazur joined the room.13:20:26
@bitops:matrix.orgbitops I'd like to join as well.
Btw can anyone bring a usb-c? 😅
14:05:36
@bitops:matrix.orgbitops * I'd like to join as well.
Btw can anyone bring a usb-c cable? 😅
14:06:23
@markuskowa:matrix.orgmarkuskowaI have a usb-c in my backpack 14:36:53
23 Apr 2026
@lillecarl:matrix.orglillecarlhttps://www.meetup.com/openinfra-user-group-sweden/events/313615139/ Open Infra Forum, theme is "Digital Sovereignity". It's hosted at a cinema on Drottninggatan this time and it seems like there are parallell sessions and everything. The "afterparty" is full, I'm unfortunately not going either 🤣16:25:46
@lillecarl:matrix.orglillecarlDaniel Stenberg (the Curl author) is presenting "13:15 State actors, sleeper agents and plain bugs. Curl security matters."16:27:12
24 Apr 2026
@claesatwork:matrix.orgClaesAre you presenting right after Stenberg? Super cool 22:01:10
@claesatwork:matrix.orgClaes1000009622.jpg
Download 1000009622.jpg
22:01:11
26 Apr 2026
@lillecarl:matrix.orglillecarlYeah I know..... At least I can say whatever the fuck I want and nobody will listen 😆10:15:46
@lillecarl:matrix.orglillecarlhttps://github.com/ekala-project/nix-book <- Learn Nix the easy way10:16:10
31 Jan 2024
@rickynils:nixos.devRickard Nilsson joined the room.22:05:29
@lillecarl:matrix.orglillecarlDamn, I forgot to ask to take a picture w/ everyone. Thanks for a great evening everyone! 😁 23:37:57
1 Feb 2024
@claesatwork:matrix.orgClaesYes great to meet everyone! Attendance was above all expectations!07:02:00
@markuskowa:matrix.orgmarkuskowaThanks to everyone! Yesterday was absolutely great. 09:27:57
@igorramazanov:matrix.orgigorramazanov joined the room.10:09:05
@igorramazanov:matrix.orgigorramazanov set a profile picture.10:10:05
@igorramazanov:matrix.orgigorramazanovYeah :) (hi all 👋)10:12:40
2 Feb 2024
@lillecarl:matrix.orglillecarl
{ lib
, ...
}:
# $FLAKE should be configured to where your repository is located
# Preferably using direnv, you can also set it into your sessionVariables
let
  dot_path = "${builtins.getEnv("FLAKE")}/sub/dir/";
  dot_paths = lib.filesystem.listFilesRecursive dot_path;
  dot_strings = builtins.map (x: builtins.toString x) dot_paths;
  dot_prefixDeleted = builtins.map (x: builtins.replaceStrings [ dot_path ] [ "" ] x) dot_strings;
  dotfile_outOfStoreLinked = lib.attrsets.genAttrs dot_prefixDeleted (name: {
    source = config.lib.file.mkOutOfStoreSymlink (dot_path + name);
  });
in
{
  home.file = dotfile_outOfStoreLinked;
}

I know I mentioned linking things from $FLAKE repo into $HOME which I'm quite happy with. This is the implementation I'm using. It'll replicate a tree subdir into $HOME for you, nothing using home.file.x.recursive so you won't get collisions with folders and stuff 😄

20:18:15
3 Feb 2024
@claesatwork:matrix.orgClaesI didn't know you could do that! 22:36:07
6 Feb 2024
@igorramazanov:matrix.orgigorramazanovWould be nice to have an additional option: "does not really matter" and also allow multichoice19:51:29

Show newer messages


Back to Room ListRoom Version: 10