-
-
Notifications
You must be signed in to change notification settings - Fork 302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests: fixes & refactoring for nixpkgs-module #2835
Conversation
Rather than getting `runCommand` from the pkgs instance under test, get the function from a fixed/consistent pkgs instance.
Instead of importing the full set of top-level nixvim modules, only import the nixpkgs-module and its direct dependencies.
e21f13b
to
d4c6776
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM !
@mergify queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at d4c6776 |
This pull request, with head sha This pull request will be automatically closed by GitHub.As soon as GitHub detects that the sha It is possible for this pull request to remain open if this detection does not happen, this usually happens when a force-push is done on this branch |
In an effort to reduce the scope of #2738, I've extracted a handful of the refactoring, minor fixes, and general prep commits into this PR.