Skip to content

Commit 8c26501

Browse files
authored
fix(flake.nix): readd grep for agent startup script (#16429)
Added `gnugrep` to the development shell dependencies, as its a dependency of the bootstrap script for an agent. Change-Id: Ia56e16a831bb94af2324e33ae5274833d0123d47 Signed-off-by: Thomas Kosiewski <tk@coder.com>
1 parent d76018a commit 8c26501

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
(lib.optionalDrvAttr stdenv.isLinux glibcLocales)
114114
gnumake
115115
gnused
116+
gnugrep
116117
go_1_22
117118
go-migrate
118119
(pinnedPkgs.golangci-lint)

0 commit comments

Comments
 (0)