Skip to content

Commit 8db3869

Browse files
chore: add zsh to dogfood (#9178)
1 parent f4f3132 commit 8db3869

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

flake.nix

+3-2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
vim
6262
yq-go
6363
zip
64+
zsh
6465
zstd
6566
];
6667

@@ -75,7 +76,7 @@
7576
};
7677
# This is an intermediate stage that adds sudo with the setuid bit set.
7778
# 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.
7980
intermediateDevEnvImage = pkgs.dockerTools.buildImage {
8081
name = "intermediate";
8182
fromImage = baseDevEnvImage;
@@ -113,7 +114,7 @@
113114
# Using Nix instead of Docker is **significantly** faster. This _build_
114115
# doesn't really build anything, it just copies pre-built binaries into
115116
# a container and adds them to the $PATH.
116-
#
117+
#
117118
# To test changes and iterate on this, you can run:
118119
# > nix build .#devEnvImage && ./result | docker load
119120
# This will import the image into your local Docker daemon.

0 commit comments

Comments
 (0)