Use the new configuration scheme for system's options.

svn path=/nixos/trunk/; revision=12549
This commit is contained in:
Nicolas Pierron 2008-08-08 18:56:58 +00:00
parent b8ff944cd2
commit d63bfe3c31
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,8 @@
{pkgs, mkOption}: pkgs: config:
let
inherit (pkgs.lib) mkOption;
in
{ {

View File

@ -6,7 +6,7 @@
rec { rec {
configComponents = [ configComponents = [
configuration configuration
(import ./options.nix {inherit pkgs; inherit (pkgs.lib) mkOption;}) (import ./options.nix)
]; ];
noOption = name: values: noOption = name: values: