From 8c265018c4caca0c77d1db99ac3f73bac9c6b08d Mon Sep 17 00:00:00 2001 From: Thomas Kosiewski Date: Tue, 4 Feb 2025 17:14:03 +0100 Subject: [PATCH] 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 --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 0677349ef5..e9bf93f53c 100644 --- a/flake.nix +++ b/flake.nix @@ -113,6 +113,7 @@ (lib.optionalDrvAttr stdenv.isLinux glibcLocales) gnumake gnused + gnugrep go_1_22 go-migrate (pinnedPkgs.golangci-lint)