lib.systems.parse.kernels: fix typo in comment

launchpad/nixpkgs/master
Alyssa Ross 3 years ago
parent b7346a3c1d
commit 5a8372d04e
  1. 2
      lib/systems/parse.nix

@ -276,7 +276,7 @@ rec {
kernels = with execFormats; with kernelFamilies; setTypes types.openKernel {
# TODO(@Ericson2314): Don't want to mass-rebuild yet to keeping 'darwin' as
# the nnormalized name for macOS.
# the normalized name for macOS.
macos = { execFormat = macho; families = { inherit darwin; }; name = "darwin"; };
ios = { execFormat = macho; families = { inherit darwin; }; };
freebsd = { execFormat = elf; families = { inherit bsd; }; };

Loading…
Cancel
Save