Skip to content

Commit

Permalink
nixos/redshift: Add rename for provider option
Browse files Browse the repository at this point in the history
This was an oversight in #64309
resulting it backwards incompatibilities

(cherry picked from commit e686b39)
  • Loading branch information
infinisil committed Sep 15, 2019
1 parent f571f10 commit 6fb5a76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/services/x11/redshift.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ in {
in if value == null then
throw "services.redshift.longitude is set to null, you can remove this"
else builtins.fromJSON value))
(mkRenamedOptionModule [ "services" "redshift" "provider" ] [ "location" "provider" ])
];

options.services.redshift = {
Expand Down

0 comments on commit 6fb5a76

Please sign in to comment.