Update argument syntax of configuration files.
svn path=/nixos/branches/fix-style/; revision=14166
This commit is contained in:
parent
6b1307c6f1
commit
08a18fc863
|
@ -1,4 +1,4 @@
|
||||||
{pkgs, config}:
|
{pkgs, config, ...}:
|
||||||
let
|
let
|
||||||
inherit(pkgs.lib) mkOption;
|
inherit(pkgs.lib) mkOption;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{pkgs, config}:
|
{pkgs, config, ...}:
|
||||||
|
|
||||||
# Show the NixOS manual on tty7
|
# Show the NixOS manual on tty7
|
||||||
# Originally used only by installation CD
|
# Originally used only by installation CD
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{pkgs, config}:
|
{pkgs, config, ...}:
|
||||||
|
|
||||||
# Show rogue game on tty8
|
# Show rogue game on tty8
|
||||||
# Originally used only by installation CD
|
# Originally used only by installation CD
|
||||||
|
|
Loading…
Reference in New Issue