Update argument syntax of configuration files.

svn path=/nixos/branches/fix-style/; revision=14166
This commit is contained in:
Nicolas Pierron 2009-02-22 16:07:21 +00:00
parent 6b1307c6f1
commit 08a18fc863
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,4 +1,4 @@
{pkgs, config}:
{pkgs, config, ...}:
# Show the NixOS manual on tty7
# Originally used only by installation CD

View File

@ -1,4 +1,4 @@
{pkgs, config}:
{pkgs, config, ...}:
# Show rogue game on tty8
# Originally used only by installation CD