Update argument syntax of configuration files.

svn path=/nixos/trunk/; revision=13847
This commit is contained in:
Nicolas Pierron 2009-01-25 15:22:17 +00:00
parent 788275e47c
commit 61aa32f174
7 changed files with 7 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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