fix: add perl which is a dependency
All checks were successful
Export / Explore-GitHub-Actions (push) Successful in 41s
All checks were successful
Export / Explore-GitHub-Actions (push) Successful in 41s
This commit is contained in:
parent
7153372aed
commit
03dc1e311d
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
pkgs.git
|
||||
pkgs.gnumake
|
||||
pkgs.asdf
|
||||
pkgs.perl
|
||||
pkgs.multimarkdown
|
||||
];
|
||||
|
||||
|
@ -73,6 +74,7 @@
|
|||
pkgs.git
|
||||
pkgs.gnumake
|
||||
pkgs.asdf
|
||||
pkgs.perl
|
||||
pkgs.multimarkdown
|
||||
];
|
||||
shellHook = ''
|
||||
|
|
Loading…
Reference in a new issue