refactor: moved modules to legacy-modules
This commit is contained in:
parent
d646b954ac
commit
db7ac35613
233 changed files with 5 additions and 5 deletions
|
|
@ -1,17 +0,0 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./storage.nix
|
||||
];
|
||||
|
||||
config = {
|
||||
nixpkgs.overlays = [
|
||||
# Disable jackett tests due to date-related test failures
|
||||
# (ParseDateTimeGoLangTest expects 2024-09-14 but gets 2025-09-14 due to year rollover logic)
|
||||
(final: prev: {
|
||||
jackett = prev.jackett.overrideAttrs (oldAttrs: {
|
||||
doCheck = false;
|
||||
});
|
||||
})
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue