!wfudwzqQUiJYJnqfSY:nixos.org

NixOS Module System

172 Members
36 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
31 Jul 2025
@sammy:cherrykitten.devSammy (It/Its) left the room.10:02:52
@unwary:matrix.orgunwaryI did not, or did not detect it. I seemed to examine modules that used various build-wrapping tools that I presumed handled that as part of the build.23:53:39
1 Aug 2025
@mightyiam:matrix.org@mightyiam:matrix.org Sorry for not being clear. It's not in a NixOS module typically, but in the package for some piece of software. And might not be obvious. The part of this that is in the NixOS module is that the package of the software ends up in environment.systemPackages and includes the .desktop file. 06:32:42
@yan:we2.eeyan 💕 joined the room.15:42:19
5 Aug 2025
@isabel:isabelroses.comisabel changed their profile picture.09:49:13
@axelkar:matrix.orgAxel Karjalainen joined the room.18:48:14
6 Aug 2025
@vidariondr:matrix.orgvidariondr set a profile picture.18:31:00
7 Aug 2025
@mightyiam:matrix.org@mightyiam:matrix.orghttps://discourse.nixos.org/t/nixpkgs-module-system-config-modules-graph/67722?u=mightyiam16:53:44
@nbp:mozilla.orgnbp Let's see how much time it take before someone ask what is the difference between key and file. 17:05:23
@nbp:mozilla.orgnbp

Now people might understand why you should not write a NixOS module within a flake, because it lacks position information.

{agenix, ...}:

{
  # Using the module directly prevent the deduplication from working properly.
  imports = [
    agenix.nixosModules.default
  ];
}
17:11:50
@nbp:mozilla.orgnbp *

Now people might understand why you should not write a NixOS module within a flake.nix file, because it lacks position information.

{agenix, ...}:

{
  # Using the module directly prevent the deduplication from working properly.
  imports = [
    agenix.nixosModules.default
  ];
}
17:12:41

Show newer messages


Back to Room ListRoom Version: 10