| 13 Sep 2022 |
Yuki (they/them) (Old) | ~ % uname -a
Linux astolfo 5.15.57.1-microsoft-standard-WSL2 #1 SMP Wed Jul 27 02:20:31 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
| 21:55:21 |
mei 🌒& | that's the one that's okay? | 21:56:39 |
Yuki (they/them) (Old) | they're both the same | 21:56:01 |
Yuki (they/them) (Old) |
[nixos@astolfo:~/home-access]$ uname -a
Linux astolfo 5.15.57.1-microsoft-standard-WSL2 #1 SMP Wed Jul 27 02:20:31 UTC 2022 x86_64 GNU/Linux
| 21:56:12 |
Yuki (they/them) (Old) | * [nixos@astolfo:~/home-access]$ uname -a
Linux astolfo 5.15.57.1-microsoft-standard-WSL2 #1 SMP Wed Jul 27 02:20:31 UTC 2022 x86_64 GNU/Linux
| 21:56:18 |
k0kada (he/him) | I would say you to try something, and them I remember that you're using single-user mode | 21:58:35 |
Yuki (they/them) (Old) | yup | 21:57:47 |
Yuki (they/them) (Old) | WSL requires single-user mode due to the lack of systemd | 21:58:14 |
Yuki (they/them) (Old) | * WSL requires Nix to run in single-user mode due to the lack of systemd as PID 1 | 21:58:24 |
Yuki (they/them) (Old) | (there are hacks to make systemd as PID 1 which does some user namespace trickery: https://github.com/arkane-systems/genie) | 21:59:25 |
mei 🌒& | can you try using a remote builder to a machine that works maybe? | 22:00:30 |
k0kada (he/him) | This will kinda fuck your setup, but can you try to run the single user mode with root? | 22:00:30 |
k0kada (he/him) | You can chown later :p | 22:00:40 |
Yuki (they/them) (Old) | In reply to@k0kada:matrix.org This will kinda fuck your setup, but can you try to run the single user mode with root? np, I can always snapshot | 21:59:55 |
Yuki (they/them) (Old) | let me snapshot real quick | 22:00:03 |
mei 🌒& | In reply to @ckie:ckie.dev can you try using a remote builder to a machine that works maybe? i'm hoping that works because otherwise something is veryveryvery wrong | 22:01:08 |
k0kada (he/him) | In reply to @yuki:backalley.club WSL requires Nix to run in single-user mode due to the lack of systemd as PID 1 Do the nix daemon actually require systemd btw? | 22:02:20 |
k0kada (he/him) | I thought it was just because of the service | 22:02:30 |
Yuki (they/them) (Old) | In reply to@k0kada:matrix.org Do the nix daemon actually require systemd btw? It requires it to run as root as far as I know | 22:01:39 |
k0kada (he/him) | In reply to @yuki:backalley.club It requires it to run as root as far as I know Yeah, this makes sense, but I think you can run nix daemon with any other supervisor | 22:03:03 |
Yuki (they/them) (Old) | I typically use single-user Nix on non-NixOS systems | 22:02:16 |
Yuki (they/them) (Old) | In reply to@yuki:backalley.club I typically use single-user Nix on non-NixOS systems Had really bad experience with multi-user Nix on non-NixOS systems | 22:02:30 |
k0kada (he/him) | In reply to @yuki:backalley.club Had really bad experience with multi-user Nix on non-NixOS systems Hah, I had the opposite :p | 22:03:43 |
Yuki (they/them) (Old) | while my WSL instance is being exported, gonna setup a remote builder | 22:02:54 |
k0kada (he/him) | I really hate single user mode, had a few bad issues with it | 22:04:16 |
k0kada (he/him) | While never had any problems with multi user in non NixOS | 22:04:29 |
k0kada (he/him) | In reply to @k0kada:matrix.org I really hate single user mode, had a few bad issues with it This is just another one to put on the pile BTW | 22:04:57 |
Yuki (they/them) (Old) | ugh it'll be painful to switch Nix from single-user to multi-user on my work VM | 22:05:00 |
k0kada (he/him) | In reply to @yuki:backalley.club ugh it'll be painful to switch Nix from single-user to multi-user on my work VM It is kinda easy, just nuke your /nix/store and run the install script again | 22:07:21 |
ribosomerocker | In reply to@mon:tchncs.de
about this: https://github.com/nix-community/nix-doom-emacs/pull/266#discussion_r969490245
do you think it's implied? i'd really like to keep it in to at least give users some semblance of knowing what's most recommended
that, plus i'm confused about https://github.com/nix-community/nix-doom-emacs/pull/266#discussion_r969500567 what i need to do here? i've never had that error personally, does it just happen if the package doesn't exist or something? | 22:07:43 |