| 13 Sep 2022 |
ckie (they/them) | indeed it is so: https://github.com/nixos/nix/blob/51712bf0127e995c94a4b598b045d52cf667dcef/src/libstore/build/local-derivation-goal.cc#L1469 | 21:52:41 |
ckie (they/them) | currently here in the nix source for anyone looking too | 21:54:23 |
Yuki (they/them) (Old) | didn't know there's potential impure issues with userns | 21:53:50 |
Yuki (they/them) (Old) | * didn't know there's potential impurity issues with userns | 21:53:57 |
ckie (they/them) | i mean there shooouldn't be? | 21:54:56 |
ckie (they/them) | hey hey, uname -a? | 21:55:31 |
ckie (they/them) | here:
ckie@cookiemonster ~ -> uname -a
Linux cookiemonster 5.15.59 #1-NixOS SMP Wed Aug 3 10:03:56 UTC 2022 x86_64 GNU/Linux
| 21:55:46 |
ribosomerocker | 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 | 21:55:54 |
Yuki (they/them) (Old) | In reply to@ckie:ckie.dev hey hey, uname -a? outside of build env? | 21:55:06 |
ckie (they/them) | doesn't matter, that's impure | 21:56:08 |
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 |
ckie (they/them) | 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 |
ckie (they/them) | 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 |
ckie (they/them) | 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 |