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 # Disnix server
{config, pkgs}: {config, pkgs, ...}:
###### interface ###### interface
let let

View File

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

View File

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

View File

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