mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-18 13:45:02 +01:00
The description for options.nixpkgs.system already hints at this:
Neither ${opt.system} nor any other option in nixpkgs.* is meant
to be read by modules and configurations.
Use pkgs.stdenv.hostPlatform instead.
We can support this goal by not elaborating the systems anymore, forcing
users to go via pkgs.stdenv.
This will prevent problems when making the top-level package sets
composable in the next commit. For this to work, you should pass a fully
elaborated system to nixpkgs' localSystem or crossSystem options.
|
||
|---|---|---|
| .. | ||
| documentation | ||
| nixpkgs | ||
| assertions.nix | ||
| crashdump.nix | ||
| documentation.nix | ||
| extra-arguments.nix | ||
| ids.nix | ||
| label.nix | ||
| lib.nix | ||
| locate.nix | ||
| man-db.nix | ||
| mandoc.nix | ||
| meta.nix | ||
| nixops-autoluks.nix | ||
| nixpkgs-flake.nix | ||
| nixpkgs.nix | ||
| passthru.nix | ||
| version.nix | ||
| wordlist.nix | ||