Skip to content

Upstream tracking#165

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

Upstream tracking#165
grahamc wants to merge 2443 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
@github-actions github-actions bot temporarily deployed to production February 26, 2026 19:29 Inactive
@github-actions github-actions bot temporarily deployed to pull request February 26, 2026 19:30 Inactive
@github-actions github-actions bot temporarily deployed to pull request February 26, 2026 19:56 Inactive
@github-actions github-actions bot temporarily deployed to production February 26, 2026 19:56 Inactive
edolstra and others added 14 commits February 26, 2026 22:06
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).
@github-actions github-actions bot temporarily deployed to production February 27, 2026 17:09 Inactive
@github-actions github-actions bot temporarily deployed to pull request February 27, 2026 17:09 Inactive
grahamc and others added 2 commits February 27, 2026 17:21
@github-actions github-actions bot temporarily deployed to pull request February 27, 2026 18:23 Inactive
@github-actions github-actions bot temporarily deployed to production February 27, 2026 18:23 Inactive
cole-h and others added 2 commits February 27, 2026 10:36
…ransfer

libstore/filetransfer: Fix double callback on enqueueFileTransfer that is shutting down
@github-actions github-actions bot temporarily deployed to production February 27, 2026 18:57 Inactive
@github-actions github-actions bot temporarily deployed to pull request February 27, 2026 18:57 Inactive
@github-actions github-actions bot temporarily deployed to pull request February 27, 2026 19:43 Inactive
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.

7 participants