Skip to content

Commit

Permalink
workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelKr committed Aug 16, 2024
1 parent e584b42 commit fa283f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devenv.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
pkgs,
inputs,
config,
...
}:
let
Expand All @@ -10,6 +11,7 @@ in
process-managers.process-compose = {
# required to use process-compose 1.9.0+
package = pkgs-unstable.process-compose;
settings.processes.caddy.command = pkgs.lib.mkForce (toString (pkgs.writeShellScript "caddy" config.processes.caddy.exec));
};

services.caddy = {
Expand Down

0 comments on commit fa283f2

Please sign in to comment.