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

flake check: shadow pkg on unsupported platform #1455

Open
anntnzrb opened this issue Sep 17, 2024 · 0 comments
Open

flake check: shadow pkg on unsupported platform #1455

anntnzrb opened this issue Sep 17, 2024 · 0 comments
Labels
bug Something isn't working macos Affects systems running macOS

Comments

@anntnzrb
Copy link

Describe the bug
I am using aarch64-darwin and I am unable to pass the nix flake check (which needs the impurity flag). It states the requirement of the shadow package, which is indicated to be os-specific (linux). I am thinking the template is in need of a tweak for this specific system.

To reproduce

  1. Init using the currently offered flake-parts template:
    $ nix flake new test-devenv -t github:cachix/devenv#flake-parts

  2. cd & run a flake check:
    $ nix flake check --impure .

  3. Analyze logs

Version
Using flakes. Via the flake-parts template.

@anntnzrb anntnzrb added the bug Something isn't working label Sep 17, 2024
@sandydoo sandydoo added the macos Affects systems running macOS label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working macos Affects systems running macOS
Projects
None yet
Development

No branches or pull requests

2 participants