Find a file
Eelco Dolstra bb1ee3f190 * boot.kernel renamed to boot.kernelPackages (see the help for a
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
2008-05-22 11:59:46 +00:00
boot Changes to support swsusp and custom kernels. 2008-03-24 19:37:32 +00:00
configuration * boot.kernel renamed to boot.kernelPackages (see the help for a 2008-05-22 11:59:46 +00:00
doc/manual * URL updates. 2008-05-09 15:08:43 +00:00
etc * In ssmtp, keep the From line if set explicitly in a mail. 2008-04-24 12:36:50 +00:00
helpers svn path=/nixos/trunk/; revision=11203 2008-03-19 12:58:14 +00:00
installer * URL updates. 2008-05-09 15:08:43 +00:00
system * boot.kernel renamed to boot.kernelPackages (see the help for a 2008-05-22 11:59:46 +00:00
upstart-jobs * boot.kernel renamed to boot.kernelPackages (see the help for a 2008-05-22 11:59:46 +00:00
default.nix Added nixos-gen-seccure-keys to nixosTools 2008-03-03 23:32:17 +00:00
README * URL updates. 2008-05-09 15:08:43 +00:00
STABLE * Version number, stable marker. 2006-11-04 11:27:08 +00:00
VERSION * Version number, stable marker. 2006-11-04 11:27:08 +00:00

*** 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.