Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8db3869

Browse files
chore: add zsh to dogfood (#9178)
1 parentf4f3132 commit8db3869

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎flake.nix

Lines changed: 3 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp