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 11{
22 "packages" : {
3- "postgresql" : " latest" ,
4- "glibcLocales" : {
5- "version" : " latest" ,
6- "platforms" : [" x86_64-linux" , " aarch64-linux" ]
7- }
3+ "postgresql" : " latest"
84 },
95 "shell" : {
106 "init_hook" : null
Original file line number Diff line number Diff line change 1515 "{{ .Virtenv }}/setup_db.sh" : " mariadb/setup_db.sh" ,
1616 "{{ .Virtenv }}/process-compose.yaml" : " mariadb/process-compose.yaml"
1717 },
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+ },
2125 "__remove_trigger_package" : true ,
2226 "shell" : {
2327 "init_hook" : [
Original file line number Diff line number Diff line change 1515 "{{ .Virtenv }}/setup_db.sh" : " mysql/setup_db.sh" ,
1616 "{{ .Virtenv }}/process-compose.yaml" : " mysql/process-compose.yaml"
1717 },
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+ },
2125 "__remove_trigger_package" : true ,
2226 "shell" : {
2327 "init_hook" : [
Original file line number Diff line number Diff line change 22 "name" : " postgresql" ,
33 "version" : " 0.0.2" ,
44 "description" : " To initialize the database run `initdb`." ,
5+ "packages" : {
6+ "glibcLocales" : {
7+ "version" : " latest" ,
8+ "platforms" : [" x86_64-linux" , " aarch64-linux" ]
9+ }
10+ },
511 "env" : {
612 "PGDATA" : " {{ .Virtenv }}/data" ,
713 "PGHOST" : " {{ .Virtenv }}"
You can’t perform that action at this time.
0 commit comments