Fix nixified.ai module

This commit is contained in:
2023-07-19 12:43:25 -06:00
parent 30b7192dc0
commit e396780762

View File

@@ -1,4 +1,4 @@
{ inputs, config }: {
{ inputs, config, ... }: {
imports = [
inputs.nixified-ai.nixosModules.invokeai
];