!dGrjXvKnCwVLevgmzo:matrix.org

Stockholm NixOS meetup group

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

Load older messages


SenderMessageTime
23 Apr 2024
@pradipcaulagi:matrix.orgPradip CaulagiSad to hear. Hope they get well soon and look forward to seeing you next time 🚀12:58:22
24 Apr 2024
@markuskowa:matrix.orgmarkuskowaSee you later 13:10:35
@maedas:matrix.orgmaedasHad a miss communication about transportation so going to be late by over an hour compared to 20min originally assuming nothing else goes wrong 🤞15:56:28
@lillecarl:matrix.orglillecarl Claes: https://github.com/catppuccin/nix :) 16:15:21
@lillecarl:matrix.orglillecarl
In reply to @lillecarl:matrix.org
Claes: https://github.com/catppuccin/nix :)
commit 73bf53241586ee4303829de7bfc89fd3409c747b
Author: Carl Hjerpe <git@lillecarl.com>
Date:   Sun Oct 24 19:01:37 2021 +0200

    Initial commit
16:19:29
@maedas:matrix.orgmaedasI'm outside! 16:44:34
@maedas:matrix.orgmaedas(tried calling the office, got prompted for a phone number) 16:45:11
@lillecarl:matrix.orglillecarl maedas: Call playground on the phone 16:45:16
@lillecarl:matrix.orglillecarlSomeones on the way!16:45:41
@pradipcaulagi:matrix.orgPradip CaulagiOn my way down16:46:44
@lillecarl:matrix.orglillecarl Claes: https://github.com/pufferffish/wireproxy 17:02:23
@lillecarl:matrix.orglillecarl markuskowa: https://github.com/NixOS/nixpkgs/pull/306282 press button pls 18:49:42
@pradipcaulagi:matrix.orgPradip Caulagiima_01208f0.jpeg
Download ima_01208f0.jpeg
19:06:47
@pradipcaulagi:matrix.orgPradip Caulagiima_caf57f1.jpeg
Download ima_caf57f1.jpeg
19:06:52
@pradipcaulagi:matrix.orgPradip Caulagiima_7c8fc26.jpeg
Download ima_7c8fc26.jpeg
19:06:58
@pradipcaulagi:matrix.orgPradip Caulagiima_b419fe8.jpeg
Download ima_b419fe8.jpeg
19:07:06
@pradipcaulagi:matrix.orgPradip Caulagiima_5640c65.jpeg
Download ima_5640c65.jpeg
19:07:12
@pradipcaulagi:matrix.orgPradip Caulagiima_fe2b90f.jpeg
Download ima_fe2b90f.jpeg
19:07:23
@pradipcaulagi:matrix.orgPradip CaulagiDownload video_29412e3.mp419:07:37
@pradipcaulagi:matrix.orgPradip CaulagiIt was a lot of fun today! Thanks!19:07:37
@claesatwork:matrix.orgClaes Thank you for hosting Pradip Caulagi! 19:31:34
@claesatwork:matrix.orgClaes
In reply to @lillecarl:matrix.org
Claes: https://github.com/pufferffish/wireproxy
This is what I used https://github.com/dadevel/wg-netns
19:32:56
25 Apr 2024
@maedas:matrix.orgmaedas

Thanks for yesterday! I wanted to share my template for making modules (WIP), feedback and tips for improvements are appericiated!


let
  name = baseNameOf ./.;
  cfg = lib.getAttr name config.namespace;
in lib.setAttr
  {
    imports = [
    ];

    config = {
    };
  }
  "options" (lib.setAttr {} "namespace" (lib.setAttr {} name (with lib; {
    enable = mkEnableOption (name + " module");
  })))```
10:29:59
@maedas:matrix.orgmaedas *

Thanks for yesterday! I wanted to share my template for making modules (WIP), feedback and tips for improvements are appericiated!

let
  name = baseNameOf ./.;
  cfg = lib.getAttr name config.namespace;
in lib.setAttr
  {
    imports = [
    ];

    config = {
    };
  }
  "options" (lib.setAttr {} "namespace" (lib.setAttr {} name (with lib; {
    enable = mkEnableOption (name + " module");
  })))```
10:30:46
@maedas:matrix.orgmaedas *

Thanks for yesterday! I wanted to share my template for making modules (WIP), feedback and tips for improvements are appericiated!


let
  name = baseNameOf ./.;
  cfg = lib.getAttr name config.namespace;
in lib.setAttr
  {
    imports = [
    ];

    config = {
    };
  }
  "options" (lib.setAttr {} "namespace" (lib.setAttr {} name (with lib; {
    enable = mkEnableOption (name + " module");
  })))
10:31:27
@maedas:matrix.orgmaedas *

Thanks for yesterday! I wanted to share my template for making modules (WIP), feedback and tips for improvements are appericiated!

{ config, lib, pkgs, ... }:

let
  name = baseNameOf ./.;
  cfg = lib.getAttr name config.namespace;
in lib.setAttr
  {
    imports = [
    ];

    config = {
    };
  }
  "options" (lib.setAttr {} "namespace" (lib.setAttr {} name (with lib; {
    enable = mkEnableOption (name + " module");
  })))
```
10:31:50
@maedas:matrix.orgmaedas *

Thanks for yesterday! I wanted to share my template for making modules (WIP), feedback and tips for improvements are appericiated!

{ config, lib, pkgs, ... }:

let
  name = baseNameOf ./.;
  cfg = lib.getAttr name config.namespace;
in lib.setAttr
  {
    imports = [
    ];

    config = {
    };
  }
  "options" (lib.setAttr {} "namespace" (lib.setAttr {} name (with lib; {
    enable = mkEnableOption (name + " module");
  })))
10:32:09
@lillecarl:matrix.orglillecarlIt looks incomplete, no args decl and stuff. Post on gist, and open your Nix repo! 11:23:28
@lillecarl:matrix.orglillecarlYeah as always it was a pleasure to meet, and thanks playgrounders for hosting. Definitely an uplift in atmosphere although the participation was a bit lower. https://github.com/lillecarl/nixos here's my Nix mess if anyone is curious! 11:28:48
@maedas:matrix.orgmaedas
In reply to @lillecarl:matrix.org
Yeah as always it was a pleasure to meet, and thanks playgrounders for hosting. Definitely an uplift in atmosphere although the participation was a bit lower.

https://github.com/lillecarl/nixos here's my Nix mess if anyone is curious!
thanks, I was actually looking for it!
11:47:10

Show newer messages


Back to Room ListRoom Version: 10