undid all of the wrapper nonsense

This commit is contained in:
2026-07-07 14:32:16 +01:00
parent 86188bc3d8
commit f9b5c03e87
5 changed files with 11 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
{
wrappers,
inputs,
moduleWithSystem,
...
}: {
@@ -24,9 +24,9 @@
min_priority = 1
'';
in
wrappers.lib.wrapPackage ({...}: {
inputs.wrappers.lib.wrapPackage ({...}: {
inherit pkgs;
package = inputs'.gotify-desktop.default;
package = inputs'.gotify-desktop.packages.default;
flags = {
"-c" = config-file;
};