devcontainer: -direnv, +procps
it wasn't such a good idea to add direnv by default
This commit is contained in:
parent
7fc8ed492e
commit
91703f92f2
2 changed files with 5 additions and 6 deletions
|
@ -17,6 +17,7 @@
|
||||||
, lib
|
, lib
|
||||||
, nix
|
, nix
|
||||||
, openssh
|
, openssh
|
||||||
|
, procps
|
||||||
, sedutil
|
, sedutil
|
||||||
, shadow
|
, shadow
|
||||||
, xz
|
, xz
|
||||||
|
@ -28,7 +29,11 @@ let
|
||||||
# generate a user profile for the image
|
# generate a user profile for the image
|
||||||
profile = mkUserEnvironment {
|
profile = mkUserEnvironment {
|
||||||
derivations = [
|
derivations = [
|
||||||
|
# core utils
|
||||||
coreutils
|
coreutils
|
||||||
|
procps
|
||||||
|
gnugrep
|
||||||
|
|
||||||
# add /bin/sh
|
# add /bin/sh
|
||||||
bashInteractive
|
bashInteractive
|
||||||
nix
|
nix
|
||||||
|
@ -46,10 +51,6 @@ let
|
||||||
# for user management
|
# for user management
|
||||||
shadow
|
shadow
|
||||||
|
|
||||||
# more userland tools
|
|
||||||
gnugrep
|
|
||||||
direnv
|
|
||||||
|
|
||||||
# for the vscode extension
|
# for the vscode extension
|
||||||
gcc-unwrapped
|
gcc-unwrapped
|
||||||
iproute
|
iproute
|
||||||
|
|
|
@ -3,6 +3,4 @@ if [[ $- == *i* ]]; then
|
||||||
|
|
||||||
PS1='\[\033[0;32;40m\][nix]$\[\033[0m\] '
|
PS1='\[\033[0;32;40m\][nix]$\[\033[0m\] '
|
||||||
|
|
||||||
# setup direnv
|
|
||||||
eval "$(direnv hook bash)"
|
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue