mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-30 21:15:21 +03:00
* jobAttrs -> jobs.
svn path=/nixos/trunk/; revision=17769
This commit is contained in:
parent
40c9057a49
commit
eba8f94069
71 changed files with 78 additions and 79 deletions
|
@ -113,7 +113,7 @@ in
|
|||
|
||||
environment.systemPackages = [postgresql];
|
||||
|
||||
jobAttrs.postgresql =
|
||||
jobs.postgresql =
|
||||
{ description = "PostgreSQL server";
|
||||
|
||||
startOn = "${startDependency}/started";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue