mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
Update argument style.
svn path=/nixos/branches/fix-style/; revision=13584
This commit is contained in:
parent
1236cf61f4
commit
2f0e8e370a
@ -1,4 +1,4 @@
|
||||
pkgs: config:
|
||||
{pkgs, config, ...}:
|
||||
|
||||
let
|
||||
inherit (pkgs.lib) mkOption;
|
||||
|
@ -1,5 +1,5 @@
|
||||
# ALSA sound support.
|
||||
{pkgs, config}:
|
||||
{pkgs, config, ...}:
|
||||
|
||||
###### interface
|
||||
let
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Avahi daemon.
|
||||
{pkgs, config}:
|
||||
{pkgs, config, ...}:
|
||||
|
||||
###### interface
|
||||
let
|
||||
|
@ -1,4 +1,4 @@
|
||||
{pkgs, config}:
|
||||
{pkgs, config, ...}:
|
||||
|
||||
###### interface
|
||||
let
|
||||
|
@ -1,4 +1,4 @@
|
||||
{pkgs, config}:
|
||||
{pkgs, config, ...}:
|
||||
|
||||
###### interface
|
||||
let
|
||||
|
@ -1,5 +1,5 @@
|
||||
# D-Bus system-wide daemon.
|
||||
{pkgs, config}:
|
||||
{pkgs, config, ...}:
|
||||
|
||||
###### interface
|
||||
let
|
||||
|
@ -1,4 +1,4 @@
|
||||
{config, pkgs}:
|
||||
{config, pkgs, ...}:
|
||||
|
||||
###### interface
|
||||
let
|
||||
|
@ -1,5 +1,4 @@
|
||||
{pkgs, config #, ...
|
||||
}:
|
||||
{pkgs, config, ...}:
|
||||
|
||||
###### interface
|
||||
let
|
||||
|
@ -1,4 +1,4 @@
|
||||
{pkgs, config}:
|
||||
{pkgs, config, ...}:
|
||||
|
||||
###### interface
|
||||
let
|
||||
|
@ -1,5 +1,5 @@
|
||||
# HAL daemon.
|
||||
{pkgs, config}:
|
||||
{pkgs, config, ...}:
|
||||
|
||||
###### interface
|
||||
let
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Nagios system/network monitoring daemon.
|
||||
{config, pkgs}:
|
||||
{config, pkgs, ...}:
|
||||
|
||||
###### interface
|
||||
let
|
||||
|
@ -1,4 +1,4 @@
|
||||
pkgs: config:
|
||||
{pkgs, config, ...}:
|
||||
|
||||
###### interface
|
||||
let
|
||||
|
Loading…
Reference in New Issue
Block a user