Skip to content

Commit

Permalink
chore(example): Clarify that 'packages' can override
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored May 19, 2024
1 parent 7cdc002 commit aaed9f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit aaed9f4

Please sign in to comment.