mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-20 20:53:48 +00:00
15 lines
202 B
Bash
15 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
|