Lix | 1121 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 | 302 Servers |
| Sender | Message | Time |
|---|---|---|
| 7 Jan 2026 | ||
| I have question about overriding nix files. I want to override the sdImage.populateFirmwareCommands from the imported <nixpkgs/nixos/modules/installer/sd-card/sd-image-aarch64.nix>. What would be the best way to do this? https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/installer/sd-card/sd-image-aarch64.nix | 14:07:28 | |
| * I have question about overriding nix files. I want to override the https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/installer/sd-card/sd-image-aarch64.nix | 14:07:46 | |
| * I have question about overriding nix files. I want to override the https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/installer/sd-card/sd-image-aarch64.nix | 14:08:02 | |
| * I have question about overriding nix files. I want to override the For now I have something like this:
https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/installer/sd-card/sd-image-aarch64.nix | 14:26:45 | |
| * I have question about overriding nix files. I want to override the For now I have something like this:
https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/installer/sd-card/sd-image-aarch64.nix | 14:27:25 | |
| * I have question about overriding nix files. I want to override the For now I have something like this, it builds but the command is not overridden.
https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/installer/sd-card/sd-image-aarch64.nix | 15:04:38 | |
| 8 Jan 2026 | ||
| 02:41:45 | ||
| Is there a Lix standalone rootless installer (similar for Nixsa for Nix) for Lix? | 09:43:55 | |
| I'm pretty sure a static binary can just work with a chroot store? | 09:47:40 | |
| I could try | 10:02:55 | |
| https://github.com/andir/npins/blob/master/src/default.nix#L232-L238 do we already have an issue for this somewhere? | 11:23:47 | |
Or generally some issues on tryEval madness | 11:23:55 | |
| i don't get the problem you are trying to solve just by reading the comment | 11:46:17 | |
| the other half of the mess is here https://github.com/andir/npins/blob/master/src/default.nix#L12-L20 | 11:47:29 | |
Does Lix ship nix-store.pc? | 13:21:46 | |
| It should be renamed to lix-store because it's not API compatible with cppnix | 13:24:26 | |
| 14:33:38 | ||
| 16:28:30 | ||
| 16:31:43 | ||
| 17:27:13 | ||
| 17:59:09 | ||
| 18:29:18 | ||
| 18:30:52 | ||
| 18:49:01 | ||
| 19:56:48 | ||
I seem to have borked my system enough that systemd isn't responding via DBUS or something and can't nixos-rebuild switch anymore. So my plan is to boot of a live USB and use nixos-enter to get back into the system with a working systemd. Is there an option to nixos-rebuild switch that will let it rebuild from scratch? Ie, I am fine using the remote cache but I want it to overwrite all the local files that it would normally re-use. Is there an option for that? I don't see it in the man page. | 21:43:10 | |
| oh | 21:45:06 | |
nix build repair maybe? | 21:45:12 | |
* nix build --repair maybe? | 21:45:19 | |
if you want to validate the nix store, try nix-store --verify --check-contents | 21:45:35 | |