mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
Merge pull request #127194 from SuperSandro2000/typo
top-level: fix typo
This commit is contained in:
commit
c2c4aa36db
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ let
|
|||
otherPackageSets = self: super: {
|
||||
# This maps each entry in lib.systems.examples to its own package
|
||||
# set. Each of these will contain all packages cross compiled for
|
||||
# that target system. For instance, pkgsCross.rasberryPi.hello,
|
||||
# that target system. For instance, pkgsCross.raspberryPi.hello,
|
||||
# will refer to the "hello" package built for the ARM6-based
|
||||
# Raspberry Pi.
|
||||
pkgsCross = lib.mapAttrs (n: crossSystem:
|
||||
|
|
Loading…
Reference in a new issue