| 26 Aug 2025 |
K900 | It should be nix-build <nixpkgs/nixos> -A config.system.build.tarballBuilder | 17:41:04 |
Pierre Carrier | https://github.com/pcarrier/nix | 17:41:20 |
K900 | Then it should be nix build .#nixosConfigurations.<hostname>.config.system.build.tarballBuilder | 17:41:22 |
Pierre Carrier | ah perfect appreciate it | 17:48:07 |
nzbr (they/it) | Does that automatically know to look in /etc/nixos/configuration.nix? | 17:50:23 |
K900 | Yes | 17:52:03 |
nzbr (they/it) | Neat | 17:52:10 |
Pierre Carrier | hmmm kinda lost here sorry. new x64 install, only added git to the nix-env and cloned the repo: | 18:17:59 |
Pierre Carrier | * hmmm kinda lost here sorry. new x64 install, only added git to the nix-env and cloned the repo:
| 18:18:21 |
Pierre Carrier | * hmmm kinda lost here sorry. new x64 install, only added git to the nix-env and cloned the repo:
[nixos@nixos:/src/sys]$ sudo nix-channel --update
unpacking 2 channels...
[nixos@nixos:/src/sys]$ sudo nixos-rebuild switch
building Nix...
building the system configuration...
activating the configuration...
setting up /run/booted-system...
setting up /bin...
setting up /sbin...
setting up /etc...
setting up /sbin/init shim...
reloading user units for nixos...
restarting sysinit-reactivation.target
Done. The new configuration is /nix/store/pwp82labadhpgsq86wbyfi8pbh3jvxwb-nixos-system-nixos-25.05.808723.b1b329146965
[nixos@nixos:/src/sys]$ sudo nixos-rebuild switch --flake .#wsl
/nix/store/f9iszzwi9k32cjafcmmvd4dawayva1ml-nixos-rebuild-ng-0.0.0/bin/.nixos-rebuild-wrapped: /nix/store/f9iszzwi9k32cjafcmmvd4dawayva1ml-nixos-rebuild-ng-0.0.0/bin/nixos-rebuild: line 3: syntax error near unexpected token `lambda'
/nix/store/f9iszzwi9k32cjafcmmvd4dawayva1ml-nixos-rebuild-ng-0.0.0/bin/.nixos-rebuild-wrapped: /nix/store/f9iszzwi9k32cjafcmmvd4dawayva1ml-nixos-rebuild-ng-0.0.0/bin/nixos-rebuild: line 3: `import sys;import site;import functools;sys.argv[0] = '/nix/store/f9iszzwi9k32cjafcmmvd4dawayva1ml-nixos-rebuild-ng-0.0.0/bin/nixos-rebuild';functools.reduce(lambda k, p: site.addsitedir(p, k), ['/nix/store/f9iszzwi9k32cjafcmmvd4dawayva1ml-nixos-rebuild-ng-0.0.0/lib/python3.13/site-packages'], site._init_pathinfo());'
| 18:18:32 |
Pierre Carrier | * https://github.com/pcarrier/sys | 18:19:27 |
Pierre Carrier | Redacted or Malformed Event | 18:20:34 |
Pierre Carrier | * oh it seems to maybe call the python from windows hu. no idea where that python even comes from, no uninstall available, not in scoop, not in winget. hmmm | 18:22:48 |
Pierre Carrier | well, dunno what caused it, but it's gone | 19:41:34 |
| 27 Aug 2025 |
Pierre Carrier | anything to know for forwarding X11 using SSH? | 19:57:18 |
K900 | Don't, mostly | 19:58:09 |
Pierre Carrier | well I kinda need to | 19:58:21 |
Pierre Carrier | I run both hosts | 19:58:29 |
K900 | WSL runs a Wayland compositor, not X, and forwarding XWayland will be a mess | 19:58:39 |
K900 | You probably want to use VNC or something | 19:58:43 |
Pierre Carrier | I really really don't though :D | 19:58:57 |
K900 | Well you can run a headless, rootful X | 19:59:55 |
K900 | And forward that | 19:59:57 |
K900 | And it'll be absolutely terrible | 20:00:02 |
K900 | But you can | 20:00:06 |
Pierre Carrier | well trying xrdp and what a mess | 20:31:43 |
Pierre Carrier | I'm now staring at a black screen :( | 20:36:59 |
| 29 Aug 2025 |
nzbr (they/it) | If the application supports it, use waypipe to forward wayland directly instead. I've had okay results with that (that is, not worse than WSLg on a non-forwarded application) | 16:54:52 |
| Prinky joined the room. | 18:45:41 |
| 30 Aug 2025 |
Pierre Carrier | hi! mainly trying to access to an archive of my emails in mbox format using aerc. sort of lost in whether I need to configure aerc and notmuch separately through home-manager, and if so what a minimal notmuch would look like | 02:24:27 |