direnv: Add missing dependencies
This commit is contained in:
parent
b6a93b5679
commit
b82d97b9b4
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@
|
|||
ExecStart = lib.getExe (
|
||||
pkgs.writeShellApplication {
|
||||
name = "direnv_ignore";
|
||||
runtimeInputs = with pkgs; [
|
||||
coreutils
|
||||
gnugrep
|
||||
];
|
||||
text =
|
||||
''
|
||||
ignore_direnv() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue