-
-
Notifications
You must be signed in to change notification settings - Fork 32
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 2.25 #339
nix 2.25 #339
Conversation
8033006
to
a4921ad
Compare
N.B., I think it would be prudent to get Hydra using |
// we need this include or otherwise we cannot instantiate std::optional | ||
#include <nlohmann/json.hpp> //NOLINT(misc-include-cleaner) |
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.
Do we need to do this in drv.hh
or drv.cc
? I would think just the latter
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.
If I drop it, clang-tidy gets really unhappy:
error: implicit instantiation of undefined template 'nlohmann::basic_json<>' [clang-diagnostic-error]
This is using
ninja clang-tidy
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.
Oh, for Drv::meta
, and implicit constructors
I branched out https://github.com/nix-community/nix-eval-jobs/tree/release-2.24 for future nix 2.24 backports for hydra. |
bdf0778
to
1a612fb
Compare
b8e93e7
to
61a970a
Compare
@mergify queue |
☑️ The pull request will automatically be requeuedMerge queue reset: an external action moved the base branch head to b29bf47 |
No description provided.