direnv: Add missing dependencies

This commit is contained in:
Geoffrey Frogeye 2025-06-28 10:32:34 +02:00
parent b6a93b5679
commit b82d97b9b4

View file

@ -25,6 +25,10 @@
ExecStart = lib.getExe ( ExecStart = lib.getExe (
pkgs.writeShellApplication { pkgs.writeShellApplication {
name = "direnv_ignore"; name = "direnv_ignore";
runtimeInputs = with pkgs; [
coreutils
gnugrep
];
text = text =
'' ''
ignore_direnv() { ignore_direnv() {