Skip to content

Upstream tracking#165

Draft
grahamc wants to merge 2453 commits into2.33-maintenancefrom
main
Draft

Upstream tracking#165
grahamc wants to merge 2453 commits into2.33-maintenancefrom
main

Conversation

@grahamc
Copy link
Member

@grahamc grahamc commented Jul 31, 2025

Motivation

Not intended to be merged directly. This PR is a convenience to show the diff between upstream Nix and Determinate Nix (the main branch).

Continuation of #4.

@grahamc grahamc requested a review from edolstra as a code owner July 31, 2025 17:14
@github-actions github-actions bot temporarily deployed to production July 31, 2025 17:14 Inactive
@DeterminateSystems DeterminateSystems locked as off-topic and limited conversation to collaborators Jul 31, 2025
@github-actions github-actions bot temporarily deployed to pull request July 31, 2025 18:20 Inactive
@github-actions github-actions bot temporarily deployed to production July 31, 2025 18:21 Inactive
@cole-h cole-h marked this pull request as draft August 1, 2025 14:26
@github-actions github-actions bot temporarily deployed to pull request August 4, 2025 22:15 Inactive
@github-actions github-actions bot temporarily deployed to commit August 4, 2025 22:15 Inactive
@github-actions github-actions bot temporarily deployed to production August 4, 2025 22:15 Inactive
@github-actions github-actions bot temporarily deployed to production August 5, 2025 14:25 Inactive
@github-actions github-actions bot temporarily deployed to pull request August 5, 2025 14:25 Inactive
@github-actions github-actions bot temporarily deployed to pull request August 7, 2025 15:58 Inactive
@github-actions github-actions bot temporarily deployed to production August 7, 2025 15:58 Inactive
@github-actions github-actions bot temporarily deployed to pull request August 7, 2025 23:01 Inactive
@github-actions github-actions bot temporarily deployed to production August 7, 2025 23:02 Inactive
@github-actions github-actions bot temporarily deployed to pull request August 10, 2025 16:36 Inactive
@github-actions github-actions bot temporarily deployed to production August 10, 2025 16:36 Inactive
@github-actions github-actions bot temporarily deployed to pull request August 10, 2025 20:06 Inactive
@github-actions github-actions bot temporarily deployed to production August 10, 2025 20:06 Inactive
@github-actions github-actions bot temporarily deployed to production August 19, 2025 15:04 Inactive
@github-actions github-actions bot temporarily deployed to pull request August 19, 2025 15:04 Inactive
@github-actions github-actions bot temporarily deployed to production August 20, 2025 10:41 Inactive
@github-actions github-actions bot temporarily deployed to pull request August 20, 2025 10:41 Inactive
@github-actions github-actions bot temporarily deployed to commit August 20, 2025 10:41 Inactive
@github-actions github-actions bot temporarily deployed to pull request August 25, 2025 16:07 Inactive
@github-actions github-actions bot temporarily deployed to production August 25, 2025 16:07 Inactive
@github-actions github-actions bot temporarily deployed to production August 25, 2025 16:14 Inactive
RossComputerGuy and others added 30 commits February 26, 2026 11:03
…build-paths-tests

Add test for nix_store_build_paths
E.g. running `nix run` on the empty flake

  {
    outputs = { self }: { };
  }

now prints

  error: flake 'path:/home/eelco/Dev/nix/flake' does not provide attribute 'apps.x86_64-linux.default' or 'packages.x86_64-linux.default'

OTOH, if there are no schemas, as in

  {
    outputs = { self }: { schemas = { }; };
  }

you get

  error: Flake 'path:/home/eelco/Dev/nix/flake' does not have any schema that provides a default output for the role(s) nix-run.
`derivation` was fishy because it allows the schema to transform the
derivation, or to construct an entirely new derivation. That might be
useful sometimes, but flake schemas should describe what's in the
output, not add entirely new stuff.
We don't show derivation names/versions by default because computing
the name attribute is potentially very expensive (e.g. for a NixOS
configuration, it can take several seconds).
Merge builtins.wasm and builtins.wasi into one function
…ransfer

libstore/filetransfer: Fix double callback on enqueueFileTransfer that is shutting down
read_file: Support any value than can be coerced to a path
Capitalization

Co-authored-by: Graham Christensen <graham@grahamc.com>
…b49-c3c7-4c4a-8a57-885b2760b0b8

Release v3.17.0
We now ensure that there are never any null pointers in instancesPre.
Fix crash in `nix repl` loading an invalid WASM file twice
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants