3
0
Fork 0
forked from mirrors/nixpkgs

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
let

View file

@ -1,4 +1,4 @@
{pkgs, config}:
{pkgs, config, ...}:
###### 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,4 +1,4 @@
{pkgs, config}:
{pkgs, config, ...}:
let
inherit(pkgs.lib) mkOption;

View file

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

View file

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