Skip to content

Commit

Permalink
fix doc mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
tek committed Sep 2, 2023
1 parent 5e3a8e3 commit 0b48fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ in {
packages = {
core = { version = "0.4.1.0"; };
api = {
dependencies = [config.packages.core.dep];
dependencies = [config.packages.core.dep.minor];
};
}
}
Expand Down

0 comments on commit 0b48fb9

Please sign in to comment.