mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
infat: use deprecation warning helper
This commit is contained in:
@@ -15,8 +15,7 @@ _:
|
||||
asserts.warnings.expected = [
|
||||
''
|
||||
Using `programs.infat.autoActivate` as a Boolean is deprecated and will be
|
||||
removed in a future release. Please use `programs.infat.autoActivate.enable`
|
||||
instead.
|
||||
removed in a future release. Please use `programs.infat.autoActivate.enable` instead.
|
||||
''
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user