Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaste committed Aug 8, 2022
1 parent afe1d6d commit 008a186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nix/workbench/docker.nix
Expand Up @@ -23,7 +23,7 @@ let
services-config = import ./profiles/services-config.nix {inherit lib workbench basePort stateDir useCabalRun enableEKG;};

## Backend-specific Nix bits:
## mkBackendConf :: Profile -> SupervisorConf
## mkBackendConf :: Profile -> SupervisorConf/DockerConf
mkBackendConf =
profile:
pkgs.callPackage ./docker-conf.nix
Expand Down
2 changes: 1 addition & 1 deletion nix/workbench/supervisor.nix
Expand Up @@ -23,7 +23,7 @@ let
services-config = import ./profiles/services-config.nix {inherit lib workbench basePort stateDir useCabalRun enableEKG;};

## Backend-specific Nix bits:
## mkBackendConf :: Profile -> SupervisorConf
## mkBackendConf :: Profile -> SupervisorConf/DockerConf
mkBackendConf =
profile:
pkgs.callPackage ./supervisor-conf.nix
Expand Down

0 comments on commit 008a186

Please sign in to comment.