Systems Programming | 280 Members | |
| Kernel, stdenv, low-level hacking, patchelf, … | 68 Servers |
| Sender | Message | Time |
|---|---|---|
| 1 Jan 2026 | ||
| 00:15:37 | ||
| 2 Jan 2026 | ||
| 04:46:38 | ||
| 3 Jan 2026 | ||
| 22:42:21 | ||
| 4 Jan 2026 | ||
| 19:51:35 | ||
| 5 Jan 2026 | ||
| 08:22:24 | ||
| 6 Jan 2026 | ||
| 11:13:45 | ||
| 8 Jan 2026 | ||
| 02:58:54 | ||
| 23:24:40 | ||
| 11 Jan 2026 | ||
| 14:24:34 | ||
| 12 Jan 2026 | ||
| 08:07:46 | ||
| 08:12:36 | ||
| 17:28:38 | ||
| 13 Jan 2026 | ||
| does enabling
but I have confirmed with the nix repl that | 17:33:27 | |
| I do not know which command to run to build just the stuff that initrd.systemd sees so that I can inspect the actual authorized_keys file that was generated. | 17:46:02 | |
| actually, sorry for the (false?) alarm. Looks like I got nabbed by this: https://github.com/NixOS/nixpkgs/issues/294032 and commenting out that root shell line lets me in | 17:54:04 | |
| 14 Jan 2026 | ||
| Did this room split | 16:24:24 | |
| Doesn't have a name anymore for me | 16:24:34 | |
| 16 Jan 2026 | ||
| 12:44:18 | ||
| 19 Jan 2026 | ||
| does for me, its #systems-programming:nixos.org (Systems Programming) | 00:20:22 | |
| 20 Jan 2026 | ||
| 14:41:06 | ||
| 21 Jan 2026 | ||
I have a luks encrypted nbd which needs to be connected to with nbd-client before it can be unlocked, and I need to do it during boot.initrd. Anyone know a good trick for how to do that? | 19:20:25 | |
| (also, is this question better asked in the general Nix / NixOS channel?) | 19:21:14 | |
I notice that there is both boot.initrd.preLVMCommands and boot.initrd.preDeviceCommands -- is that where I should add something like nbd-client 192.168.x.x 10809 /dev/nbd0? | 19:25:55 | |
* I notice that there is both boot.initrd.preLVMCommands and boot.initrd.{pre,post}DeviceCommands -- is that where I should add something like nbd-client 192.168.x.x 10809 /dev/nbd0? | 19:30:54 | |
| 23:01:23 | ||
| 22 Jan 2026 | ||
| Hi, i write this issue https://github.com/NixOS/nixpkgs/issues/386164 When i want build rust-analyzer json file. It failed because Makefile is missing from source/rust/Makefile folder. Maybe, i can open PR about that ? | 19:22:05 | |
| Maybe missing line here https://github.com/NixOS/nixpkgs/blob/88d3861acdd3d2f0e361767018218e51810df8a1/pkgs/os-specific/linux/kernel/build.nix#L374 | 19:31:02 | |
| ? | 19:31:07 | |
| could you do it with an english make? much easier to read for me :) | 19:32:18 | |
right now wondering if I/we ever impelemnted that (upstream/kernel), not sure right now how the $LINUX_MODULES_FOLDER/build looks and if that has the required files for the python script generating the rust-project.json | 19:33:23 | |