-
Notifications
You must be signed in to change notification settings - Fork 1
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
Merge master into tcp store branch #5
Open
Ericson2314
wants to merge
2,965
commits into
edolstra:tcp-store
Choose a base branch
from
obsidiansystems:tcp-store
base: tcp-store
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
…-test Revert NixOS#6204 to fix regression, add nixpkgs/lib/tests as regression test
Add escape for systemd service in installer script
Restore support for channel: URLs in fetchTarball
`binary-caches` is deprecated and `substituters` the new recommended option.
OutputSpec: Allow all valid output names
Introduced in NixOS#5420
Relase notes: add empty flake registry
Escape logical or pipe in markdown table according to https://github.github.com/gfm/#example-200
Fix markdown error in operators.md
Fix update operator usage in operators.md
This reverts commit 9b33ef3.
- make `<nixpkgs>` visible (was blank in the rendered version)
`file+https://example.org/test.mp4` should not be rejected with `unexpected authority`.
define the terms "realise" and "valid" for store paths
Co-authored-by: Robert Hensing <[email protected]>
Co-authored-by: Robert Hensing <[email protected]>
doc: fix update operator description
Improve hacking.md and add clangd+bear to devshell
- `nixpkgsFor` does all of native, static, cross, and the different stdenvs. - The main Nix derivation is no longer duplicated for static. - DRY nixpkgs.lib and lib.genAttrs calls.
simplify flake
The REPL itself and the `nix repl` CLI are conceptually different things, and thus deserve to be in different files.
…lables Keep splitting libcmd headers & files
It is independent of SourceExprCommand, which is about parsing installables, except for the fact that parsing installables is one of the many things influenced by read-only mode.
doc/hacking.md: Corrections and additions for cross
…-json Move Derivation JSON printing logic to lib and test it
When I moved this code from the binary to libnixstore NixOS#7863, I forgot to display the environment variables!
…-json `Derivation::toJSON`: fix bug!
Wait with making /etc unwritable until after build env setup
I had given it an improper trailing comma in 1bd03ad.
Make `--read-only` a separate mixin
Fix the build without GC
Some dependencies supposed to be skipped in the cross build, along with not using the gold linker. But in NixOS#6538 this was accidentally not preserved. Also since NixOS#6538 we saw some new aarch64-linux static build failures. This is a first attempt to try to fix those failures. If this is not sufficient, there are other things we can try next.
…atic Fix `isStatic` arguments to `commonDeps`
There's only 24 hours in the day, so let's keep things down to a manageable state
It doesn't produce a "debug" output, so the build failed without an error message in Hydra (https://hydra.nixos.org/build/210121811).
Remove my CODEOWNER-ship to libstore
Fix the static build
build-remote: don't warn when all local build slots are taken
We now support: 1. Multiple sockets, per the systemd socket activation spec 2. The sockets not having pid/uid/gid peer info because they might not be Unix domain sockets. The changes are by @edolstra, taken from NixOS#5265. This is just that PR *without* the TCP parts, which I gathered are the controversial parts. Hopefully this remainder is not so controversial.
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.
(And also one more commit of my own to make things slightly more type safe 33e95b1)