remove inputs from specialArgs

This commit is contained in:
Vinzenz Schroeter 2025-09-13 15:10:42 +02:00
parent 16422ccbd7
commit ecc65f071d
4 changed files with 17 additions and 17 deletions

View file

@ -1,7 +1,5 @@
{
pkgs,
system,
inputs,
...
}:
{
@ -28,7 +26,7 @@
"zerforschen.plus" = {
#addSSL = true;
#enableACME = true;
root = inputs.zerforschen-plus.packages."${pkgs.system}".zerforschen-plus-content;
root = pkgs.zerforschen-plus-content;
};
};
};