!9IQChSjwSHXPPWTa:lix.systems

Lix

1087 Members
Lix user channel. Feel free to discuss on-topic issues here and give each other help. For matrix.to links to the rest of the Lix channels, see: https://wiki.lix.systems/books/lix-organisation/page/matrix-rooms290 Servers

Load older messages


SenderMessageTime
2 Nov 2025
@tobiasvandriessel:matrix.orgtobiasvandriesselSure thing! Let me start a thread here. 14:35:25
@sofiedotcafe:matrix.orgSofie 🏳️‍⚧️ (she/her)this is not nixos-hardware14:39:07
@sofiedotcafe:matrix.orgSofie 🏳️‍⚧️ (she/her)😭14:39:10
@sofiedotcafe:matrix.orgSofie 🏳️‍⚧️ (she/her)https://discourse.nixos.org/t/cant-get-nixos-x-to-work-on-a-raspberry-pi-with-dsi-display/4453214:40:20
@tobiasvandriessel:matrix.orgtobiasvandriessel

Flake input

  inputs = {  inputs.nixpkgs.follows = "nixpkgs";
    };
    lix-module = {
      url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.3-1.tar.gz";
      inputs.nixpkgs.follows = "nixpkgs";
    };
  };

output:

  outputs = { self, nixpkgs, home-manager, lix-module } @ inputs:
    {
      [...]
      nixosConfigurations = {
        nixos-tobias = lib.nixosSystem {
          inherit system;
          specialArgs = {inherit inputs outputs;};
          modules = with self.nixosModules; [
            [...]
            lix-module.nixosModules.default
          ];
        };
      };
    };
14:40:27
@k900:0upti.meK900Yes it is14:41:00
@tobiasvandriessel:matrix.orgtobiasvandriesselAnd I know flakes are part of a hot debate, but for better or worse, I've always used it14:41:12
@k900:0upti.meK900 There is no "hardware.raspberry-pi" in nixpkgs 14:41:12
@sofiedotcafe:matrix.orgSofie 🏳️‍⚧️ (she/her)they have reimplemented it14:41:29
@sofiedotcafe:matrix.orgSofie 🏳️‍⚧️ (she/her)nixos-rasperry-bi14:41:38
@sofiedotcafe:matrix.orgSofie 🏳️‍⚧️ (she/her) * 14:41:42
@sofiedotcafe:matrix.orgSofie 🏳️‍⚧️ (she/her) * 14:41:50
@k900:0upti.meK900 So another questionable repo with vendor stuff 14:41:53
@k900:0upti.meK900 Cool 14:41:54
@k900:0upti.meK900 Great 14:41:56
@sofiedotcafe:matrix.orgSofie 🏳️‍⚧️ (she/her)yea...14:42:01
@sofiedotcafe:matrix.orgSofie 🏳️‍⚧️ (she/her)well14:42:45
@sofiedotcafe:matrix.orgSofie 🏳️‍⚧️ (she/her)does mainline have a driver for that Waweshare DSI display14:43:01
@k900:0upti.meK900 Possibly 14:43:17
@k900:0upti.meK900 You'd have to check 14:43:20
@k900:0upti.meK900 But it's very likely using one of the like three display controllers everything else is 14:43:35
@k900:0upti.meK900 And DSI is at least somewhat of a standard 14:43:46
@tobiasvandriessel:matrix.orgtobiasvandriesselDo you usually start a thread here for replying or do you just reply in-line?14:49:11
@k900:0upti.meK900 Don't use threads 14:49:37
@k900:0upti.meK900They are extremely inconsistent between clients14:49:57
@tobiasvandriessel:matrix.orgtobiasvandriessel

Flake input

  inputs = {  inputs.nixpkgs.follows = "nixpkgs";
    };
    lix-module = {
      url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.3-1.tar.gz";
      inputs.nixpkgs.follows = "nixpkgs";
    };
  };
output:

outputs = { self, nixpkgs, home-manager, lix-module } @ inputs:
{
[...]
nixosConfigurations = {
nixos-tobias = lib.nixosSystem {
inherit system;
specialArgs = {inherit inputs outputs;};
modules = with self.nixosModules; [
[...]
lix-module.nixosModules.default
];
};
};
};

14:50:36
@tobiasvandriessel:matrix.orgtobiasvandriessel *

Flake input

  inputs = {  inputs.nixpkgs.follows = "nixpkgs";
    };
    lix-module = {
      url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.3-1.tar.gz";
      inputs.nixpkgs.follows = "nixpkgs";
    };
  };

output:

outputs = { self, nixpkgs, home-manager, lix-module } @ inputs:
{
\[...\]
nixosConfigurations = {
nixos-tobias = lib.nixosSystem {
inherit system;
specialArgs = {inherit inputs outputs;};
modules = with self.nixosModules; \[
\[...\]
lix-module.nixosModules.default
\];
};
};
};
14:50:58
@tobiasvandriessel:matrix.orgtobiasvandriessel *

Flake input

  inputs = {  inputs.nixpkgs.follows = "nixpkgs";
    };
    lix-module = {
      url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.3-1.tar.gz";
      inputs.nixpkgs.follows = "nixpkgs";
    };
  };

output:

  outputs = { self, nixpkgs, home-manager, lix-module } @ inputs:
    {
      [...]
      nixosConfigurations = {
        nixos-tobias = lib.nixosSystem {
          inherit system;
          specialArgs = {inherit inputs outputs;};
          modules = with self.nixosModules; [
            [...]
            lix-module.nixosModules.default
          ];
        };
      };
    };
14:51:20
@tobiasvandriessel:matrix.orgtobiasvandriessel *

Sure thing!

Flake input:

  inputs = {  inputs.nixpkgs.follows = "nixpkgs";
    };
    lix-module = {
      url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.3-1.tar.gz";
      inputs.nixpkgs.follows = "nixpkgs";
    };
  };

output:

  outputs = { self, nixpkgs, home-manager, lix-module } @ inputs:
    {
      [...]
      nixosConfigurations = {
        nixos-tobias = lib.nixosSystem {
          inherit system;
          specialArgs = {inherit inputs outputs;};
          modules = with self.nixosModules; [
            [...]
            lix-module.nixosModules.default
          ];
        };
      };
    };
14:51:37
@tobiasvandriessel:matrix.orgtobiasvandriessel(and I know Flakes are hotly debated, but I've always used them 😅)14:53:02

Show newer messages


Back to Room ListRoom Version: 10