nix flake check
is running checks for all systems in checks
#6806
Labels
nix flake check
is running checks for all systems in checks
#6806
Describe the bug
nix flake check
is running eval(?)checks.<system>.<name>
for all systems instead of just the current system as the documentation suggests:For example, adding
checks.x86_64-darwin.hm-macos = self.outputs.homeConfigurations.hm-macos.activationPackage
is sufficient to breaknix flake check
inx86_64-linux
with the following error:Using
--no-build
flag makes no difference, so I think the issue here is the eval? I also tried to create a minimal reproflake.nix
, but my attempts didn't work, so I am not sure what is happening here.Steps To Reproduce
nix flake check github:thiagokokada/nix-configs/add-checks
Expected behavior
nix flake check
should only build and evalchecks.<current system>
.nix-env --version
outputAdditional context
N/A
The text was updated successfully, but these errors were encountered: