nixpkgs/pkgs/by-name/sw/switch-to-configuration-ng
Jared Baur 3d1ecbd9c8
switch-to-configuration-ng: fix running on WSL
The switch-to-configuration-ng program is able to be called in two
different contexts, (1) when being called as root by as the entrypoint
to NixOS switching (often from nixos-rebuild), and (2) when performing
user activation. On WSL, calling the child process for the latter
context appears to not work without also setting the GID of the child.
Setting the GID for the child process is likely the right thing to do
regardless of the host system being WSL.
2024-06-21 20:55:29 -07:00
..
src switch-to-configuration-ng: fix running on WSL 2024-06-21 20:55:29 -07:00
.gitignore
build.rs
Cargo.lock switch-to-configuration-ng: update dependencies 2024-06-21 20:32:57 -07:00
Cargo.toml
package.nix