Skip to content

Commit

Permalink
dependsOn must be a list
Browse files Browse the repository at this point in the history
  • Loading branch information
antifuchs committed Aug 29, 2023
1 parent 4b5113d commit b06174e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ in {
in {
imageFile = flake.packages.${pkgs.stdenv.targetPlatform.system}.tsnsrvOciImage;
image = "tsnsrv:latest";
dependsOn = sidecar.forContainer;
dependsOn = [sidecar.forContainer];
volumes = [
# The service's state dir; we have to infer /var/lib
# because the backends don't support using the
Expand Down

0 comments on commit b06174e

Please sign in to comment.