Update argument style.

svn path=/nixos/branches/fix-style/; revision=13584
This commit is contained in:
Nicolas Pierron 2008-12-04 15:48:27 +00:00
parent 1236cf61f4
commit 2f0e8e370a
12 changed files with 12 additions and 13 deletions

View File

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

View File

@ -1,5 +1,5 @@
# ALSA sound support.
{pkgs, config}:
{pkgs, config, ...}:
###### interface
let

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
# D-Bus system-wide daemon.
{pkgs, config}:
{pkgs, config, ...}:
###### interface
let

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
# Nagios system/network monitoring daemon.
{config, pkgs}:
{config, pkgs, ...}:
###### interface
let

View File

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