fix kavita

This commit is contained in:
Kopatz
2024-04-15 12:26:45 +02:00
parent 30e8d8b57e
commit d578b5df71
5 changed files with 30 additions and 3 deletions

View File

@@ -20,4 +20,11 @@
config.allowUnfree = true;
};
};
fixed-kavita = final: _prev: {
fixed-kavita = import inputs.nixpkgs-fixed-kavita {
system = final.system;
config.allowUnfree = true;
};
};
}