mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 09:53:17 +00:00
bb1ee3f190
description) to allow all kernel-related packages to be overriden easily. For instance, you can now say in configuration.nix boot = { kernelPackages = pkgs: pkgs.kernelPackages_2_6_25; }; to use Linux 2.6.25.x. Externel kernel module packages (like the NVIDIA drivers) appropriate for this kernel will then be used automatically. svn path=/nixos/trunk/; revision=11880 |
||
---|---|---|
boot | ||
configuration | ||
doc/manual | ||
etc | ||
helpers | ||
installer | ||
system | ||
upstart-jobs | ||
default.nix | ||
README | ||
STABLE | ||
VERSION |
*** NixOS *** NixOS is a Linux distribution based on the purely functional package management system Nix. More information can be found at http://nixos.org/nixos and in the manual in doc/manual.