Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

zowoq
Copy link
Contributor

@zowoq zowoq commented Aug 31, 2025

I'd like to be able to build different attrs from the same flake.

"or flake.checks " .
"or (throw \"flake '$flakeRef' does not provide any Hydra jobs or checks\")";
my $nix_expr;
my ($ref, $attr) = split '#', $flakeRef, 2;
Copy link
Member

Choose a reason for hiding this comment

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

Would be great to switch this over to --select: nix-community/nix-eval-jobs@5738c86

otherwise it's impure eval.

Copy link
Member

Choose a reason for hiding this comment

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

of course we already had this issue before hand.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Okay, for now I can cherry pick this and I can look at --select after this repo is updated to 2.31.

Copy link
Member

Choose a reason for hiding this comment

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

I'll try to get the ci fixed for 2.31 asap.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't mind carrying the patch for a while so don't rush the work on 2.31 unless you've got other reasons.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants