Skip to content
Commit 71910be9 authored by Jookia's avatar Jookia Committed by Shea Levy
Browse files

nixos-install: Fix chroot flag not defaulting to Bash outside NixOS.

Passing the chroot flag to nixos-install without arguments should now give you a
Bash shell as intended rather than try an empty path.

This was masked by the user's shell (usually /bin/bash) being defaulted to by
chroot, and being found since their paths used NixOS conventions.
parent 7b37a5f1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment