Skip to content

Commit

Permalink
Merge pull request #6 from datakami/syl/drop-default-target
Browse files Browse the repository at this point in the history
default_target is removed for now
  • Loading branch information
yorickvP authored May 23, 2024
2 parents 168106c + 3eb2448 commit 660949a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/cog-interface.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@ in
default = 1;
description = "Allowed concurrency";
};
default_target = mkOption {
type = types.int;
default = 1;
description = "Target concurrency";
};
};
};
options.cognix = with lib; {
Expand Down

0 comments on commit 660949a

Please sign in to comment.