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

nix: make review-shell.nix code static #382

Merged
merged 1 commit into from
Jan 2, 2024

Conversation

Atemu
Copy link
Contributor

@Atemu Atemu commented Dec 20, 2023

Previously, the whole shell.nix was created at runtime using string substitution and other crimes that made it hard to work on the expression itself.

This patch turns the string substitutions into Nix function arguments to an otherwise static Nix expression and only generates the list of attrs to be built dynamically.

Previously, the whole shell.nix was created at runtime using string substitution
and other crimes that made it hard to work on the expression itself.

This patch turns the string substitutions into Nix function arguments to an
otherwise static Nix expression and only generates the list of attrs to be built
dynamically.
@Mic92
Copy link
Owner

Mic92 commented Jan 2, 2024

@mergify queue

Copy link
Contributor

mergify bot commented Jan 2, 2024

queue

✅ The pull request has been merged automatically

The pull request has been merged automatically at d758033

@mergify mergify bot merged commit d758033 into Mic92:master Jan 2, 2024
4 checks passed
@Atemu Atemu deleted the review-shell-static branch January 2, 2024 12:44
@Atemu
Copy link
Contributor Author

Atemu commented Jan 2, 2024

Thanks!

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