mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
14 lines
202 B
Bash
14 lines
202 B
Bash
#! @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
|