Merge pull request #127194 from SuperSandro2000/typo
top-level: fix typo
This commit is contained in:
commit
c2c4aa36db
@ -151,7 +151,7 @@ let
|
|||||||
otherPackageSets = self: super: {
|
otherPackageSets = self: super: {
|
||||||
# This maps each entry in lib.systems.examples to its own package
|
# This maps each entry in lib.systems.examples to its own package
|
||||||
# set. Each of these will contain all packages cross compiled for
|
# 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
|
# will refer to the "hello" package built for the ARM6-based
|
||||||
# Raspberry Pi.
|
# Raspberry Pi.
|
||||||
pkgsCross = lib.mapAttrs (n: crossSystem:
|
pkgsCross = lib.mapAttrs (n: crossSystem:
|
||||||
|
Loading…
Reference in New Issue
Block a user