Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow using
override
to add features
This way you can do ```nix himalaya.override { buildFeatures = [ "notmuch" "oauth2" ]; } ``` Also this uses any unspecified arguments as if they were given from `pkgs`, so no need to explicitly specify.
- Loading branch information