Open kjeremy opened 2 months ago
You should be able to specify the full flake attribute: .#packages.x86_64-linux.cat27x/burn
.
We don't have the same packages
-centric lookup where the current system is inferred.
Personally I don't think it would make sense for a tool like nix-eval jobs to have that, as it's a much more versatile and less opinionated tool than nix flake show
& friends.
This discrepancy in lookups should be documented, and the error message should contain a hint that full attribute paths needs to be used.
We have a lot of auto-generated flake names based on the scheme: "something/package-name". below we have .#cat27x/burn
I've also tried
.#"cat27x/gcRoot"
which doesn't work either.