Bump nixpkgs to 26.05#15927
Conversation
|
@artemist, the unprivileged daemon tests don't work somehow. Could you take a stab at it? |
|
Ah great, link-check is broken. |
Sorry I missed this, I'll look into it now |
|
Seems to be a nixpkgs issue. I've made a PR (NixOS/nixpkgs#526816), but if that isn't merged quickly we can add a workaround to the test: systemd.services.register-nix-paths.serviceConfig = {
User = config.nix.daemonUser;
Group = config.nix.daemonGroup;
}; |
Suggested in #15927 (comment) Co-authored-by: Artemis Tosini <artemis.tosini@obsidian.systems>
Claude made this. I don't know what's going on with print.html and I don't care. (cherry picked from commit d2bbe24)
This was the sanest solution I could come up with for settings that are defined in a base class that ends up being inherited from for different store types (since store slugs are different for each of those).
|
@artemist, applied your fix for now. Also figured out the busted link check. |
|
Mingw is completely busted here because sqlite with tcl doesn't build. We probably shouldn't block on this |
|
@Ericson2314, @amaanq, please look into the CA test failures with an older daemon: |
|
OK we're on it. Weird because that the compat logic is supposed to be able to pull the output store path out in that old protocol case. |
Motivation
Context
Add 👍 to pull requests you find important.
The Nix maintainer team uses a GitHub project board to schedule and track reviews.