Skip to content
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

Make Machine::systemTypes a set not vector #9838

Merged
merged 3 commits into from
Jan 23, 2024

Conversation

Ericson2314
Copy link
Member

Motivation

This is more conceptually correct (the order does not matter), and also matches what Hydra already does.

Context

Nix and Hydra matching is needed for dedup
NixOS/hydra#1164

Priorities and Process

Add 👍 to pull requests you find important.

The Nix maintainer team uses a GitHub project board to schedule and track reviews.

This is more conceptually correct (the order does not matter), and also
matches what Hydra already does.

(Nix and Hydra matching is needed for dedup
NixOS/hydra#1164)
There's just enough logic (the `"builtin"` special case) that makes this
worthy of its own method.
Copy link
Contributor

@fricklerhandwerk fricklerhandwerk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me, even in isolation.

@roberth roberth merged commit f1b0304 into NixOS:master Jan 23, 2024
8 checks passed
@Ericson2314 Ericson2314 deleted the systemTypes-set branch January 23, 2024 20:38
tebowy pushed a commit to tebowy/nix that referenced this pull request Jul 11, 2024
Make `Machine::systemTypes` a set not vector

(cherry picked from commit f1b0304)
Change-Id: I6d4f5c0bfc226e9bd66c58c360cd99e3fac9a129
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants