chore(example): Clarify that 'packages' can override

This commit is contained in:
Sridhar Ratnakumar 2024-05-18 23:13:58 -04:00 committed by GitHub
parent 7cdc00218a
commit aaed9f4dc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,8 +25,8 @@
# (defined by `defaults.packages` option).
#
packages = {
# aeson.source = "1.5.0.0"; # Hackage version override
# shower.source = inputs.shower;
# aeson.source = "1.5.0.0"; # Override aeson to a custom version from Hackage
# shower.source = inputs.shower; # Override shower to a custom source path
};
settings = {
# aeson = {