Skip to content

Commit

Permalink
Fix deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
mcwitt committed Jan 7, 2024
1 parent 1495270 commit 9123355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/nixos/profiles/home-automation/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ in

androidDevices = lib.mkOption {
description = "Android devices to receive notifications";
type = with lib.types; listOf string;
type = with lib.types; listOf str;
default = [ "pixel_8_pro" ];
};
};
Expand Down

0 comments on commit 9123355

Please sign in to comment.