File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 37
37
kubectl
38
38
kubernetes-helm
39
39
less
40
+ # Needed for many LD system libs!
41
+ libuuid
40
42
mockgen
41
43
nfpm
42
44
nodejs
115
117
# These will also be applied to the container config.
116
118
devEnvVars = [
117
119
"PATH=${ pkgs . lib . makeBinPath ( allPackages ) } :/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/coder/go/bin"
120
+ "LD_LIBRARY_PATH=${ pkgs . lib . makeLibraryPath allPackages } "
118
121
# This setting prevents Go from using the public checksum database for
119
122
# our module path prefixes. It is required because these are in private
120
123
# repositories that require authentication.
125
128
"NODE_OPTIONS=--max_old_space_size=8192"
126
129
"TERM=xterm-256color"
127
130
"LANG=en_US.UTF-8"
131
+ "LOCALE_ARCHIVE=/usr/lib/locale/locale-archive"
128
132
] ;
129
133
# Builds our development environment image with all the tools included.
130
134
# Using Nix instead of Docker is **significantly** faster. This _build_
You can’t perform that action at this time.
0 commit comments