nixpkgs/system
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
..
activate-configuration.sh * Speed up activating the configuration: don't do a find 2008-03-22 16:04:38 +00:00
fontdir.nix Changed FontDir to also handle TTF. 2008-03-02 18:46:57 +00:00
fonts.nix MS Core Fonts are now optional 2008-03-05 14:30:19 +00:00
ids.nix Add `atd' Upstart job. 2008-04-01 10:16:35 +00:00
modprobe * Use the aggregator to combine the kernel modules tree with 2008-01-12 23:37:17 +00:00
options.nix * boot.kernel renamed to boot.kernelPackages (see the help for a 2008-05-22 11:59:46 +00:00
switch-to-configuration.sh Fix regexp to determine xserver and dbus correctly 2008-03-22 18:53:55 +00:00
system.nix * boot.kernel renamed to boot.kernelPackages (see the help for a 2008-05-22 11:59:46 +00:00
system.sh Added possibility of building multiple configurations by one nixos-rebuild. 2007-12-20 11:36:30 +00:00
users-groups.nix LiveDVD with X and sources made. 2008-01-11 16:59:39 +00:00