File tree Expand file tree Collapse file tree 4 files changed +21
-11
lines changed
examples/databases/postgres Expand file tree Collapse file tree 4 files changed +21
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"packages" : {
3
- "postgresql" : " latest" ,
4
- "glibcLocales" : {
5
- "version" : " latest" ,
6
- "platforms" : [" x86_64-linux" , " aarch64-linux" ]
7
- }
3
+ "postgresql" : " latest"
8
4
},
9
5
"shell" : {
10
6
"init_hook" : null
Original file line number Diff line number Diff line change 15
15
"{{ .Virtenv }}/setup_db.sh" : " mariadb/setup_db.sh" ,
16
16
"{{ .Virtenv }}/process-compose.yaml" : " mariadb/process-compose.yaml"
17
17
},
18
- "packages" : [
19
- " path:{{ .Virtenv }}/flake"
20
- ],
18
+ "packages" : {
19
+ "path:{{ .Virtenv }}/flake" : {},
20
+ "glibcLocales" : {
21
+ "version" : " latest" ,
22
+ "platforms" : [" x86_64-linux" , " aarch64-linux" ]
23
+ }
24
+ },
21
25
"__remove_trigger_package" : true ,
22
26
"shell" : {
23
27
"init_hook" : [
Original file line number Diff line number Diff line change 15
15
"{{ .Virtenv }}/setup_db.sh" : " mysql/setup_db.sh" ,
16
16
"{{ .Virtenv }}/process-compose.yaml" : " mysql/process-compose.yaml"
17
17
},
18
- "packages" : [
19
- " path:{{ .Virtenv }}/flake"
20
- ],
18
+ "packages" : {
19
+ "path:{{ .Virtenv }}/flake" : {},
20
+ "glibcLocales" : {
21
+ "version" : " latest" ,
22
+ "platforms" : [" x86_64-linux" , " aarch64-linux" ]
23
+ }
24
+ },
21
25
"__remove_trigger_package" : true ,
22
26
"shell" : {
23
27
"init_hook" : [
Original file line number Diff line number Diff line change 2
2
"name" : " postgresql" ,
3
3
"version" : " 0.0.2" ,
4
4
"description" : " To initialize the database run `initdb`." ,
5
+ "packages" : {
6
+ "glibcLocales" : {
7
+ "version" : " latest" ,
8
+ "platforms" : [" x86_64-linux" , " aarch64-linux" ]
9
+ }
10
+ },
5
11
"env" : {
6
12
"PGDATA" : " {{ .Virtenv }}/data" ,
7
13
"PGHOST" : " {{ .Virtenv }}"
You can’t perform that action at this time.
0 commit comments