NixOS on WSL updates
This commit is contained in:
@@ -7,6 +7,9 @@ if [ "$(uname -s)" == "Darwin" ]; then
|
||||
# On macOS
|
||||
src="${HOME}/.config/nix/"
|
||||
target="${arch}-darwin"
|
||||
elif [ x"${WSL_DISTRO_NAME}" != "x" ]; then
|
||||
src=/etc/nixos
|
||||
target="wsl"
|
||||
else
|
||||
# On Linux/WSL2 systems
|
||||
if [ -z "${DISPLAY}" ]; then
|
||||
|
||||
Reference in New Issue
Block a user