Skip to content

Commit

Permalink
Update src/modules/process-managers/process-compose.nix
Browse files Browse the repository at this point in the history
Co-authored-by: sander <[email protected]>
  • Loading branch information
Atry and sandydoo authored Oct 14, 2024
1 parent d97a27b commit 4bbaa80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/process-managers/process-compose.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ in
-U up "$@" &
'';

packages = [ cfg.package ] ++ lib.optionals config.process.process-compose.tui pkgs.ncurses;
packages = [ cfg.package ] ++ lib.optional cfg.tui.enable pkgs.ncurses;

process-managers.process-compose = {
configFile = settingsFormat.generate "process-compose.yaml" cfg.settings;
Expand Down

0 comments on commit 4bbaa80

Please sign in to comment.