Skip to content

Flake system does not follow --eval-system #11359

Open
@roberth

Description

Describe the bug

Flake system does not follow --eval-system

Steps To Reproduce

$ nix eval .#default.system
"x86_64-linux"

$ nix eval .#default.system --system "aarch64-darwin"
"aarch64-darwin"

$ nix eval .#default.system --eval-system "aarch64-darwin"
"x86_64-linux"

Expected behavior

$ nix eval .#default.system --eval-system "aarch64-darwin"
"x86_64-linux"

nix-env --version output

Additional context

Priorities

Add 👍 to issues you find important.

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions