Update argument syntax of configuration files.

svn path=/nixos/branches/fix-style/; revision=13852
This commit is contained in:
Nicolas Pierron 2009-01-25 15:48:39 +00:00
parent bb56774a54
commit 67edd3720f
4 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

@ -1,5 +1,5 @@
# Zabbix agent daemon.
{config, pkgs}:
{config, pkgs, ...}:
###### interface
let

View file

@ -1,5 +1,5 @@
# Zabbix server daemon.
{config, pkgs}:
{config, pkgs, ...}:
###### interface
let