0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 22:20:30 +03:00
nixpkgs/init/init.sh

15 lines
202 B
Bash
Raw Normal View History

#! @bash@/bin/sh -e
export PATH=@bash@/bin:@coreutils@/bin:@findutils@/bin
echo "--- Nix ---"
#echo "remounting root..."
echo "starting root shell..."
@bash@/bin/sh
echo "shutting down..."
exit 0