!dGrjXvKnCwVLevgmzo:matrix.org

Stockholm NixOS meetup group

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

Load older messages


SenderMessageTime
25 Feb 2026
@realbogart:matrix.orgrealbogart joined the room.09:52:40
1 Mar 2026
@asoderlind:envs.net@asoderlind:envs.net 05:09:04
@asoderlind:envs.net@asoderlind:envs.net left the room.05:09:04
3 Mar 2026
@sodiboo:gaysex.cloudsodiboo changed their profile picture.19:19:25
7 Mar 2026
@markuskowa:matrix.orgmarkuskowaWho's in for the next meetup on Wednesday March25th?19:35:40
10 Mar 2026
@claesatwork:matrix.orgClaesworks for me!16:10:04
12 Mar 2026
@sugmeinkewk:matrix.orgsugmeinkewk joined the room.23:36:34
14 Mar 2026
@igorramazanov:matrix.orgigorramazanovFor me too! I'm going through a lay off and I thought it'd be amazing to finally try out Nix/NixOS in production. Do you know if there're any companies in Sweden using it? I'm a Functional Programming / backend guy, so Scala / Haskell / Rust / TypeScript (FP-flavour) / modern C/C++, don't find Go / Java interesting for working full-time Been using Nix/NixOS for all of my PC and work laptop plus self-hosting, but have a litttle idea how cool kids use in prod :)15:27:00
@igorramazanov:matrix.orgigorramazanov* For me too! I'm going through a lay off and I thought it'd be amazing to finally try out Nix/NixOS in production. Do you know if there're any companies in Sweden using it? I'm a Functional Programming / backend guy, so Scala / Haskell / Rust / TypeScript (FP-flavour) / modern C/C++, don't find Go / Java interesting for working full-time Been using Nix/NixOS for all of my PC and work laptop plus self-hosting for a couple of years, but have a litttle idea how cool kids use in prod :)15:28:04
18 Mar 2026
@markuskowa:matrix.orgmarkuskowaNext Wednesday 25.03 at 18:00 it is. See you at the usual spot (Nordic Light hotel).08:34:00
21 Mar 2026
@lillecarl:matrix.orglillecarl I've got a thing on the 25th, ill either be late or not attend 😭 18:18:20
25 Mar 2026
@markuskowa:matrix.orgmarkuskowaSee you tonight.10:01:33
@realbogart:matrix.orgrealbogartI joined the discord channel recently and just noticed that you are doing a meetup tonight. Can I swing by and say hello? :)12:00:48
@markuskowa:matrix.orgmarkuskowaSure!12:01:20
@realbogart:matrix.orgrealbogartAwesome! So this one at 18? https://maps.app.goo.gl/JbuuyrLokvq3q27y9?g_st=ac How do I find you?12:03:10
@claesatwork:matrix.orgClaesyes it's there unfortunately I forgot my NixOS hoodie at home but perhaps someone else will wear? 12:52:32
@markuskowa:matrix.orgmarkuskowaI don't have my hoodie, but I can bring a nixos sticker and throw it on the table.12:58:07
@realbogart:matrix.orgrealbogartSounds good!13:10:13
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
7 Feb 2024
@markuskowa:matrix.orgmarkuskowa
In reply to @igorramazanov:matrix.org
Would be nice to have an additional option: "does not really matter" and also allow multichoice
Will do it in the next iteration. I'm still exploring the options that matrix provides.
17:48:01
12 Feb 2024
@markuskowa:matrix.orgmarkuskowaIt looks like there is a slight preference for Wednesday. Should we go with Wednesday the 21st?09:58:19

Show newer messages


Back to Room ListRoom Version: 10