Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zagy committed Jan 29, 2024
1 parent 3e989ba commit e09ee8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/batou_ext/oci.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ def configure(self):
if self.docker_cmd:
self._docker_cmd_list = shlex.split(self.docker_cmd)

if not self.depends_on:
self.depends_on = []

self += File(
f"/etc/local/nixos/docker_{self.container_name}.nix",
sensitive_data=True,
Expand Down

0 comments on commit e09ee8b

Please sign in to comment.