Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

[pull] master from NixOS:master #12

Open
wants to merge 1,478 commits into
base: master
Choose a base branch
from
Open

[pull] master from NixOS:master #12

wants to merge 1,478 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented May 13, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added ⤵️ pull merge-conflict Resolve conflicts manually labels May 13, 2024
edolstra and others added 28 commits September 12, 2024 15:57
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
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)
…update`

docs: Provide an example of updating multiple inputs with `nix flake update`
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.
drupol and others added 30 commits October 31, 2024 16:25
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
This should make `_NIX_TEST_ACCEPT=1` work again, fixing #11369.

Progress on #2503
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.
…ent-set-env

Add flag `set-env-var` to `MixEnvironment`, and rename old ones
…onal-tests

Meson for nixos functional tests
Co-authored-by: Robert Hensing <[email protected]>
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.
Labels
⤵️ pull merge-conflict Resolve conflicts manually
Projects
None yet
Development

Successfully merging this pull request may close these issues.