tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Fix some typos in comments
Alyssa Ross
4 years ago
f67748ec
55416a46
+3
-3
2 changed files
expand all
collapse all
unified
split
pkgs
os-specific
linux
kernel
common-config.nix
top-level
aliases.nix
+1
-1
pkgs/os-specific/linux/kernel/common-config.nix
···
533
533
KVM_VFIO = yes;
534
534
KSM = yes;
535
535
VIRT_DRIVERS = yes;
536
536
-
# We nneed 64 GB (PAE) support for Xen guest support
536
536
+
# We need 64 GB (PAE) support for Xen guest support
537
537
HIGHMEM64G = { optional = true; tristate = mkIf (!stdenv.is64bit) "y";};
538
538
539
539
VFIO_PCI_VGA = mkIf stdenv.is64bit yes;
+2
-2
pkgs/top-level/aliases.nix
···
414
414
memtest86 = memtest86plus; # added 2019-05-08
415
415
mesa_noglu = mesa; # added 2019-05-28
416
416
# NOTE: 2018-07-12: legacy alias:
417
417
-
# gcsecurity bussiness is done: https://www.theregister.co.uk/2018/02/08/bruce_perens_grsecurity_anti_slapp/
417
417
+
# grsecurity business is done: https://www.theregister.co.uk/2018/02/08/bruce_perens_grsecurity_anti_slapp/
418
418
# floating point textures patents are expired,
419
419
# so package reduced to alias
420
420
mesa_drivers = mesa.drivers;
···
702
702
703
703
net_snmp = net-snmp; # added 2019-12-21
704
704
oracleXE = throw "oracleXE has been removed, as it's heavily outdated and unmaintained."; # added 2020-10-09
705
705
-
spaceOrbit = space-orbit; # addewd 2016-05-23
705
705
+
spaceOrbit = space-orbit; # added 2016-05-23
706
706
speech_tools = speech-tools; # added 2018-04-25
707
707
speedtest_cli = speedtest-cli; # added 2015-02-17
708
708
spice_gtk = spice-gtk; # added 2018-02-25