From ff2b9bbc446cd900ebdf90faf91559bd95808966 Mon Sep 17 00:00:00 2001 From: kghugo Date: Sun, 17 Oct 2021 20:35:14 +0100 Subject: [PATCH] Fix missing sh in PATH --- examples/flake/arion-compose.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/flake/arion-compose.nix b/examples/flake/arion-compose.nix index 9531a9f..141dba7 100644 --- a/examples/flake/arion-compose.nix +++ b/examples/flake/arion-compose.nix @@ -4,6 +4,7 @@ config.services = { webserver = { + image.contents = with pkgs; [ bash ]; service.useHostStore = true; service.command = [ "sh" "-c" '' cd "$$WEB_ROOT"