!dGrjXvKnCwVLevgmzo:matrix.org

Stockholm NixOS meetup group

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

Load older messages


SenderMessageTime
8 Jun 2025
@deeok:matrix.org@deeok:matrix.org left the room.00:22:31
9 Jun 2025
@kacper.uminski:matrix.orgKacper Uminski joined the room.11:42:02
14 Jun 2025
@dish1892:matrix.orgdish1892

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
@alayham:ayloul.com@alayham:ayloul.com joined the room.03:15:07
@alayham:ayloul.com@alayham:ayloul.com > 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
@alayham:ayloul.com@alayham:ayloul.com 03:30:46
@alayham:ayloul.com@alayham:ayloul.com set a profile picture.10:15:17
@alayham:ayloul.com@alayham:ayloul.com changed their display name from alayham to Al Saleh.10:23:42
@markuskowa:matrix.orgmarkuskowadish1892: alayham: aren't your posts a bit off-topic here? This is the Stockholm NixOS channel.12:24:48
@alayham:ayloul.com@alayham:ayloul.comsorry, leaving12:25:49
@alayham:ayloul.com@alayham:ayloul.com left the room.12:25:55
23 Jun 2025
@julienmalka:matrix.orgJulien joined the room.07:23:13
2 Jul 2025
@lillecarl:matrix.orgLilleCarl (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:matrix.orgLilleCarl (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:matrix.orgmarkuskowaThat's cool! What's the URL for the flake?16:54:31
@lillecarl:matrix.orgLilleCarl (Salsa9)https://github.com/water-sucks/optnix Haha sry i forgot to link the most essential thing! ๐Ÿ˜„19:14:28
@lillecarl:matrix.orgLilleCarl (Salsa9)* https://github.com/water-sucks/optnix Haha sry i forgot to link the most essential thing! ๐Ÿ˜„ Love that username19:14:40
31 Jan 2024
@rickynils:nixos.devRickard Nilsson joined the room.22:05:29
@lillecarl:matrix.orgLilleCarl (Salsa9)Damn, 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 (Salsa9)
{ 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
13 Feb 2024
@markuskowa:matrix.orgmarkuskowaOk, let's have the next meetup, on Wednesday 21.02. Same place, same time (19:00 at the Nordic light hotel).21:02:15

Show newer messages


Back to Room ListRoom Version: 10