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>
This commit is contained in:
Thomas Kosiewski
2025-02-04 17:14:03 +01:00
committed by GitHub
parent d76018a530
commit 8c265018c4
+1
View File
@@ -113,6 +113,7 @@
(lib.optionalDrvAttr stdenv.isLinux glibcLocales) (lib.optionalDrvAttr stdenv.isLinux glibcLocales)
gnumake gnumake
gnused gnused
gnugrep
go_1_22 go_1_22
go-migrate go-migrate
(pinnedPkgs.golangci-lint) (pinnedPkgs.golangci-lint)