This repository has been archived by the owner on May 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] master from NixOS:master #12
Open
pull
wants to merge
1,478
commits into
auxolotl:master
Choose a base branch
from
NixOS:master
base: master
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.
Open
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
We really want to enforce a canonical representation since NAR hashing/signing/deduplication depends on that.
Make the NAR parser stricter and add some tests
…ules Git fetcher: Ignore .gitmodules entries that are not submodules
…nt-to-run Add MixEnvironment to CmdRun
sequoia-nixbld-user-migration: halt on error
Input::fetchToStore(): Don't try to substitute
libgit2, GitRepo: Write (thin) packfiles
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from V27 to 28. This release includes the previously tagged commit. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](cachix/install-nix-action@V27...V28) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…/install-nix-action-V28 Bump cachix/install-nix-action from V27 to 28
It doesn't operate on an installable, so don't mention it.
nix derivation add: Remove reference to "installable"
base64Decode: clearer error message when an invalid character is detected
Workaround at src/libstore/meson.build#L429-L434 by @Ericson2314 from #11302 erroneously used `macos` instead of `darwin` to distinguish macOS, while meson docs list only `darwin`: https://mesonbuild.com/Reference-tables.html#operating-system-names. Original thread: #2503 (comment)
Fix meson build on macOS in sandbox
…update` docs: Provide an example of updating multiple inputs with `nix flake update`
Relevant to #11503.
docs: Provide an example of updating multiple inputs
Because of an objc quirk[1], calling curl_global_init for the first time after fork() will always result in a crash. Up until now the solution has been to set OBJC_DISABLE_INITIALIZE_FORK_SAFETY for every nix process to ignore that error. This is less than ideal because we were setting it in package.nix, which meant that running nix tests locally would fail because that variable was not set. Instead of working around that error we address it at the core - by calling curl_global_init inside initLibStore, which should mean curl will already have been initialized by the time we try to do so in a forked process. [1] https://github.com/apple-oss-distributions/objc4/blob/01edf1705fbc3ff78a423cd21e03dfc21eb4d780/runtime/objc-initialize.mm#L614-L636 (cherry-picked and adapted from https://git.lix.systems/lix-project/lix/commit/c7d97802e4f59b8621e67cf62275d6a7fde8fe62)
Before we would get the unwrapped version of clang-tools from clang itself, which doesn't quite work.
Fix macOS tests with meson
Co-Authored-By: Robert Hensing <[email protected] Co-authored-by: Dan Baker <[email protected]>
…lease maintainers: add checklist for security releases
fix: make sure directory exists before using `ln`
* doc/rl-2.19: add entry for always-allow-substitutes option Fixes #9427.
* doc/manual: Add 'Debugging Nix' section This commit adds a new 'Debugging Nix' section to the Nix manual. It provides instructions on how to build Nix with debug symbols and how to debug the Nix binary using debuggers like `lldb`. Co-authored-by: Jörg Thalheim <[email protected]> Co-authored-by: Valentin Gagarin <[email protected]>
For example, we can't even clone the repository on Windows! error: invalid path 'tests/functional/nul.nar' fatal: unable to checkout working tree
operators are an everyday thing in the Nix language, and this page will hopefully be consulted by many users. string contexts are quite exotic, and not linking to the detailed explanation will require readers to figure out manually what this is about, or worse, skim over and run into problems later.
docs: add links to string context documentation
No longer copy functional tests to the build dir
…pdir-env-fix Fix compilation of nix-build on Windows
…racter Rename nul.nar because nul is a special name in Windows
Anything less won't compile because we're using GetCurrentThreadStackLimits from Windows 8.
Fix compilation of eval under Windows
…ent-set-env Add flag `set-env-var` to `MixEnvironment`, and rename old ones
Co-authored-by: Robert Hensing <[email protected]>
…onal-tests Meson for nixos functional tests
Co-authored-by: Robert Hensing <[email protected]>
Set minimum Windows API to Windows 8
Test against tests using Meson-built Nix
Getting ready for the complete switch-over Progress on #2503
`hydraJobs.build{NoGc,ReadlineNoMarkdown}` build using Meson
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 : )