devcontainer: -direnv, +procps

it wasn't such a good idea to add direnv by default
This commit is contained in:
zimbatm 2019-12-24 14:15:19 +01:00
parent 7fc8ed492e
commit 91703f92f2
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
2 changed files with 5 additions and 6 deletions

View file

@ -17,6 +17,7 @@
, lib
, nix
, openssh
, procps
, sedutil
, shadow
, xz
@ -28,7 +29,11 @@ let
# generate a user profile for the image
profile = mkUserEnvironment {
derivations = [
# core utils
coreutils
procps
gnugrep
# add /bin/sh
bashInteractive
nix
@ -46,10 +51,6 @@ let
# for user management
shadow
# more userland tools
gnugrep
direnv
# for the vscode extension
gcc-unwrapped
iproute