Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Emacs Lisp packages work in sandbox
Eldev likes to do a lot of things that don't get along with Nix. In this case, because there are checks that can't run in the sandbox, it's easy to overlook sandbox violations until garnix catches them. Without `--external`, Eldev will try to download various packages when linting and testing. This restores the `--external` that used to be there and still needs to be. Just one more instance of sellout/project-manager#53.
- Loading branch information