Skip to content

Commit 2908af5

Browse files
committed
nix: Add missing deps so --pure works
Signed-off-by: Manuel Mendez <mmendez@equinix.com>
1 parent ac94739 commit 2908af5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

shell.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ mkShell {
3131
buildInputs = [
3232
docker-ov
3333
git
34+
gnumake
35+
gnused
3436
linuxkit-ov
37+
ncurses
3538
s3cmd
39+
util-linux
3640
];
3741
}

0 commit comments

Comments
 (0)