mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
tests: avoid removed anime-downloader package
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
{
|
||||
programs.anime-downloader = {
|
||||
enable = true;
|
||||
# nixpkgs removed anime-downloader; this test only exercises config generation.
|
||||
package = null;
|
||||
settings = {
|
||||
dl = {
|
||||
aria2c_for_torrents = false;
|
||||
|
||||
Reference in New Issue
Block a user