Skip to content

Commit

Permalink
minimize diff
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Apr 21, 2024
1 parent 8782d25 commit f3e1fb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/process-compose/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ in
mkProcessComposeWrapper
{
inherit name;
inherit (config) tui preHook postHook httpServer;
inherit (config) tui httpServer preHook postHook;
configFile = config.outputs.settingsFile;
};
testPackage =
Expand All @@ -72,7 +72,7 @@ in
mkProcessComposeWrapper
{
name = "${name}-test";
inherit (config) tui preHook postHook httpServer;
inherit (config) tui httpServer preHook postHook;
configFile = config.outputs.settingsTestFile;
}
else null;
Expand Down

0 comments on commit f3e1fb1

Please sign in to comment.