svn path=/nixos/branches/fix-style/; revision=14381
This commit is contained in:
Marc Weber 2009-03-06 12:26:36 +00:00
parent eacbb7c38e
commit e95773a38f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ let
exec sh -c "echo 'hello world' | ${pkgs.netcat}/bin/nc -l -p 9000" exec sh -c "echo 'hello world' | ${pkgs.netcat}/bin/nc -l -p 9000"
''; '';
} ]; } ];
# should have some checks to everify the syntax # should have some checks to verify the syntax
merge = pkgs.lib.mergeListOption; merge = pkgs.lib.mergeListOption;
description = " description = "
Additional Upstart jobs. Additional Upstart jobs.