10 Jul 2025 |
Charles | none? | 03:46:56 |
Laguito |  Download It doesn't fucking work | 03:47:08 |
Charles |
No space left on device
well there's your problem
| 03:47:42 |
Charles | try df -h to see which disk is out of space and then fix it and try again | 03:48:29 |
Laguito | In reply to @charles:computer.surgery
No space left on device
well there's your problem
But why?
You didn't set nothing to the Nix buil command | 03:48:46 |
Charles | you are out of disk space, acquire more disk space and try again | 03:49:08 |
Charles | i did not have this problem because i did not run out of disk space | 03:49:19 |
Charles | * you are out of disk space, acquire/free more disk space and try again | 03:49:34 |
Laguito | In reply to @charles:computer.surgery you are out of disk space, acquire more disk space and try again I think is using the temp space from usb, because I have a fucking 512GB of disk | 03:49:48 |
Charles | what does df -h say | 03:49:59 |
Charles | actually yeah that's probably it | 03:53:56 |
Laguito | In reply to @charles:computer.surgery what does df -h say So I need to?
mkdir -p /mnt/nix
mount --bind /mnt/nix /nix | 03:54:04 |
Laguito | To use the disk? | 03:54:17 |
Charles | i'm not sure if that's a good idea | 03:54:56 |
Charles | might be safer to not try to share /mnt/nix | 03:55:56 |
Charles | so e.g. mkdir -p /mnt/temp-nix && mount --bind /mnt/temp-nix /nix | 03:56:26 |
Charles | actually that won't work either because then your store will be gone and you will have no binaries | 03:56:55 |
Charles | maybe just build a slimmed down version of your system config that's enough to boot it with a good lix and then continue the unfuckening from there | 03:57:26 |
Laguito | In reply to @charles:computer.surgery actually that won't work either because then your store will be gone and you will have no binaries So.....
How did you do the to restore your system with that steps? | 03:57:53 |
Charles | i cheated and booted off another machine's nvme ssd | 03:58:10 |
Charles | so my "installation media" had like 2TB of space | 03:58:34 |
Charles | if you copied the store between making the directory and mounting it, that could work | 03:59:09 |
Charles | ... lol | 04:01:45 |
Charles | you could also just pass --store to nix build | 04:01:51 |
Charles | that's what nixos-install does internally | 04:02:16 |
Laguito | In reply to @charles:computer.surgery that's what nixos-install does internally So I only need to do nixos-install? | 04:05:36 |
Charles | probably yeah | 04:05:42 |
| n2noon joined the room. | 04:28:20 |
Laguito | In reply to @charles:computer.surgery probably yeah Do you have an example? I don't know how can I apply to my config? | 05:05:43 |
Laguito | * Do you have an example?
I don't know how can I apply to my config | 05:05:49 |