forked from NixOS/nixpkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[pull] master from NixOS:master #60
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This prevents any concurrent switches from happening which is not an issue I have seen people complaining about but it seems like a good measure.
ldns is used for validating DNSSEC responses. With ldns enabled, using SSHFP records on DNSSEC signed zones allows connecting to ssh servers with host keys being automatically validated.
Signed-off-by: Florian Brandes <[email protected]>
Currently the tool prints problems right as it is checking the code without an intermediate error representation. However for various reasons it would be beneficial to have an intermediate error type: - It makes the code cleaner, having all errors in one place - It allows printing the error in different ways, e.g. for a future --json mode This commit prepares for an incremental refactoring for an intermediate error/problem representation. Most notable is that we want to be able to collect multiple errors/problems and not just exit on the first one. We introduce the type alias CheckResult and CheckError (later renamed to NixpkgsProblem), where CheckError allows collecting multiple CheckErrors using the utility function flatten_check_results (later renamed to check_result::sequence) The write_check_result function is only temporarily introduced to help refactoring, it's removed again in later commits.
Isn't necessary anymore with the refactoring
And introduce a function for some smaller indentation
pipecontrol: 0.2.10 -> 0.2.11
mus: 0.1.0 -> 0.2.0
der-ascii: 0.1.0 -> 0.3.0
Adds a regression test for https://gitlab.xfce.org/xfce/xfconf/-/issues/35.
nixosTests.xfce: Check if any coredumps are found
ferdium: 6.5.2 -> 6.6.0
The wyoming-openwakeword supports a custom model directory, which cannot be used when the the model list is constrained to the builtin ones.
…-check-in-patch python3Packages.torch: check in patch for PyTorch PR 108847
…odel-selection nixos/wyoming/openwakeword: relax model selection
mastodon: fix rev
…itrd-commands Systemd stage 1 assert initrd commands are empty
…ntal systemd-stage-1: No longer experimental
lutris: 0.5.13 -> 0.5.14
xmrig: add meta.mainProgram
seaweedfs: 3.55 -> 3.58
kea: allow kea to cross-compile
nomino: 1.3.2 -> 1.3.3
atuin: 16.0.0 -> 17.0.1
…out/backport-action-2.0.0 build(deps): bump korthout/backport-action from 1.3.1 to 2.0.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )