File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 61
61
vim
62
62
yq-go
63
63
zip
64
+ zsh
64
65
zstd
65
66
] ;
66
67
75
76
} ;
76
77
# This is an intermediate stage that adds sudo with the setuid bit set.
77
78
# Nix doesn't allow setuid binaries in the store, so we have to do this
78
- # in a separate stage.
79
+ # in a separate stage.
79
80
intermediateDevEnvImage = pkgs . dockerTools . buildImage {
80
81
name = "intermediate" ;
81
82
fromImage = baseDevEnvImage ;
113
114
# Using Nix instead of Docker is **significantly** faster. This _build_
114
115
# doesn't really build anything, it just copies pre-built binaries into
115
116
# a container and adds them to the $PATH.
116
- #
117
+ #
117
118
# To test changes and iterate on this, you can run:
118
119
# > nix build .#devEnvImage && ./result | docker load
119
120
# This will import the image into your local Docker daemon.
You can’t perform that action at this time.
0 commit comments