-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
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
treewide: replace substituteAll with replaceVars (part 2) #373658
treewide: replace substituteAll with replaceVars (part 2) #373658
Conversation
|
Driving NixOS#237216 forward.
1ebe754
to
90ef4b5
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.
All changes look good and very straightforward. Due to replaceVars
checks, I know that if there are missing replacements or failed replacements, building the package would expose them. That's great.
I also love that this is a net negative LOC change.
I double checked that all touched packages were part of the nixpkgs-review, thus no conditionals prevented building some of them. ✔️ |
On the road again, driving #237216 forward. Continuation of #365440. Same approach: Auto-generated changes, removed all of those that would require adjustments.
The number of changed packages should still allow to build this via nixpkgs-review.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.