Skip to content
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

Remove nixpkgs input #6

Merged
merged 2 commits into from
Mar 4, 2025
Merged

Remove nixpkgs input #6

merged 2 commits into from
Mar 4, 2025

Conversation

alexdavid
Copy link
Contributor

The nixpkgs dependency was only being used for library functions, and
these functions are only needed within garnixModules.default which
receives lib from garnix-lib. By removing the nixpkgs input we can
be assured that there is only one nixpkgs being used: the one passed
in from garnix-lib.

The `nixpkgs` dependency was only being used for library functions, and
these functions are only needed within `garnixModules.default` which
receives `lib` from `garnix-lib`. By removing the `nixpkgs` input we can
be assured that there is only one `nixpkgs` being used: the one passed
in from `garnix-lib`.

To make this commit easier to review, I am only moving the function
definition around and not changing formatting at all. I will reformat
with `nixfmt` in the next commit.
@alexdavid alexdavid merged commit 53cbc0b into main Mar 4, 2025
2 checks passed
@alexdavid alexdavid deleted the ad/remove-nixpkgs branch March 4, 2025 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants