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

mipsel-linux stdenv does not evaluate from flake #154277

Open
ehmry opened this issue Jan 10, 2022 · 0 comments
Open

mipsel-linux stdenv does not evaluate from flake #154277

ehmry opened this issue Jan 10, 2022 · 0 comments
Labels
0.kind: bug 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md 6.topic: exotic Exotic hardware or software platform

Comments

@ehmry
Copy link
Contributor

ehmry commented Jan 10, 2022

Describe the bug

The flake output legacyPackages.mipsel-linux.stdenv does not eval. It would be preferable if it did, because then flakes could map over all the outputs of the Nixpkgs flake, like this:

{ self, nixpkgs }: {
  overlay = final: prev: { };
  legacyPackages = nixpkgs.lib.attrsets.mapAttrs
    (sys: pkgs: pkgs.extend self.overlay)
    nixpkgs.legacyPackages;
}

Error message is error: attribute 'busybox' missing from pkgs/stdenv/linux/bootstrap-tools/default.nix:6.

Steps To Reproduce

Steps to reproduce the behavior:

  1. nix build nixpkgs#legacyPackages.mipsel-linux.stdenv

Expected behavior

A cleaner error, a broken package, or no mipsel in flake.nix.

Notify maintainers

@viric

@ehmry ehmry added 0.kind: bug 6.topic: exotic Exotic hardware or software platform labels Jan 10, 2022
@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jul 10, 2022
MaxHearnden added a commit to MaxHearnden/nixpkgs that referenced this issue Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md 6.topic: exotic Exotic hardware or software platform
Projects
None yet
Development

No branches or pull requests

1 participant