From 74095f87410b3339cbce178db578cb43ee40d8d8 Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Thu, 26 Jun 2025 17:37:55 +0200 Subject: [PATCH] feat: add gnugrep to nix packages --- template/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/template/default.nix b/template/default.nix index 071adcb2..0bd1e204 100644 --- a/template/default.nix +++ b/template/default.nix @@ -141,6 +141,8 @@ rec { name = dockerName; tag = dockerTag; contents = [ + # grep is needed by the user-info-fetcher to extract the Kerberos realm + pkgsTarget.gnugrep # Kerberos 5 must be installed globally to load plugins correctly pkgsTarget.krb5 # Make the whole cargo workspace available on $PATH