-
-
Notifications
You must be signed in to change notification settings - Fork 50
Update to Nix 2.28 #669
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
Update to Nix 2.28 #669
Conversation
|
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, thanks! Waiting for a nix's stable release? Also pay attention to those formatting nits 💯 .
| nlohmann_json | ||
| ]; | ||
|
|
||
| env.CXXFLAGS = "-include ${nix.dev}/include/nix/config.h"; |
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.
Confirm that this is not needed anymore?
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.
Yes, config file cleanup is the big milestone in 2.28!
Hydra has not yet caught up with Nix 2.28.
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/4989a246d7a390a859852baddb1013f825435cee?narHash=sha256-kMBQ5PRiFLagltK0sH%2B08aiNt3zGERC2297iB6vrvlU%3D' (2024-12-17)
→ 'github:NixOS/nixpkgs/ef3a956f697525883b77192cbe208233ea0f8f79?narHash=sha256-oxI9TLgnQbQ/WL0tIwVSIooLbXq4PW1QUhf5aQmXFgk%3D' (2025-04-09)
| #include "PtrPool.h" | ||
|
|
||
| #include <nix/expr/nixexpr.hh> | ||
| #include <nix/input-accessor.hh> |
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.
input-accessor.hh doesn't exist anymore, yet I built everything. Is this file dead code?
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.
Yes. Related issue: #574
|
Formatted now |
No description provided.