Lix | 1103 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-rooms | 294 Servers |
| Sender | Message | Time |
|---|---|---|
| 19 Oct 2025 | ||
| I don't think you need to do an overlay, I think you can take them directly from the lix package sets `lixPackageSets.latest.colmena` | 11:52:25 | |
| just1602 That works without doubt, of course. But I would expect the mechanism advertised on https://lix.systems/add-to-config/ to work, too. And of course having the overlay is a bit more convenient. | 12:33:59 | |
In reply to @wucke13:matrix.orgSorry about that, I didn't saw the website update that push this new way of doing things. | 12:46:38 | |
| No worries, kind stranger; your suggestion was enough to nudge me to the "Simplest change" for now. Still I'm curious about the "Advanced change" eventually ๐ | 12:48:17 | |
| random consideration, would it make sense to add some parameters to or is this too much polishing a ๐ฉ, while the ways of handling this with normal unix tricks makes sense to most | 13:23:55 | |
| It should respect isatty I'm pretty sure? | 13:33:01 | |
| it does, but that requires a shell to redirect or some other piping (do not ask why this is a thing we ran into briefly) | 13:34:59 | |
| 15:28:45 | ||
| 15:29:40 | ||
| Does Lix support the
| 23:15:00 | |
| 20 Oct 2025 | ||
| 04:06:21 | ||
| 04:19:09 | ||
| 04:24:50 | ||
| 04:37:21 | ||
| Not yet, there's https://gerrit.lix.systems/c/lix/+/4118 but it hasn't really been reviewed yet. | 04:56:42 | |
| Cheers then! | 08:14:07 | |
In reply to @wucke13:matrix.orgI'm using the following overlay: self: super: { inherit (self.lixPackageSets.stable) nixpkgs-review nix-direnv nix-fast-build nix-serve-ng colmena nix-update; lixPackageSets = super.lixPackageSets.override { inherit (super) nixpkgs-review nix-direnv nix-fast-build nix-serve-ng colmena nix-update; }; } | 08:58:47 | |
| ...unsure why that didn't do a proper code block, sorry | 08:59:05 | |
| 09:44:34 | ||
| (put the ``` on their own lines) | 13:30:42 | |
| Hi, I try to build an SD card image for my raspberry pi 3. I use the following command and the following imports.
But I get the following error which states that the kernel is incompatible with the
Do I need to specify another kernel or host platform? | 15:48:42 | |
Are you using boot.kernelPackages = pkgs.linux_raspberrypi or something | 15:49:45 | |
| Don't do that | 15:49:46 | |
| Just run mainline | 15:49:49 | |
| Ah, I used this config as starter: https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/installer/sd-card/sd-image-raspberrypi.nix, and I see that the kernelPackages of the raspberry pi are included. | 15:52:17 | |
Maybe I can better use the sd-image-aarch64-new-kernel.nix. What is the difference between the new-kernel variant and the normal one? | 15:53:21 | |
| You want the sd-image-aarch64 one | 15:53:29 | |
| Not that one | 15:53:31 | |
| The new-kernel variant has a mainline kernel and no ZFS support | 15:53:43 | |
| Thanks :) | 15:53:57 | |