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 (
|
ExecStart = lib.getExe (
|
||||||
pkgs.writeShellApplication {
|
pkgs.writeShellApplication {
|
||||||
name = "direnv_ignore";
|
name = "direnv_ignore";
|
||||||
|
runtimeInputs = with pkgs; [
|
||||||
|
coreutils
|
||||||
|
gnugrep
|
||||||
|
];
|
||||||
text =
|
text =
|
||||||
''
|
''
|
||||||
ignore_direnv() {
|
ignore_direnv() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue