We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220f78b commit 0662384Copy full SHA for 0662384
bin/nix-shell-info
@@ -9,12 +9,12 @@ if [[ $IN_NIX_SHELL != "" ]] || [[ $IN_NIX_RUN != "" ]]; then
9
output=$(echo $output $additional_pkgs | tr ' ' '\n' | sort -u | tr '\n' ' ' | xargs)
10
printf "$output"
11
else
12
- printf "[unknown nix-shell]"
+ printf "[unknown environment]"
13
fi
14
printf "\033[0m"
15
elif [[ $ANY_NIX_SHELL_EXIT_STATUS ]]; then
16
if [[ $ANY_NIX_SHELL_EXIT_STATUS == 0 ]]; then
17
- printf "\033[1;36mexited nix-shell\033[0m"
+ printf "\033[1;36mexited environment\033[0m"
18
19
printf "\033[1;31mERROR\033[0m"
20
0 commit comments