Replace old argument syntax.

svn path=/nixos/trunk/; revision=13848
This commit is contained in:
Nicolas Pierron 2009-01-25 15:26:46 +00:00
parent 61aa32f174
commit 348afe7dc6
2 changed files with 2 additions and 2 deletions

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

@ -1,4 +1,4 @@
pkgs: config:
{pkgs, config, ...}:
###### interface
let