1

Automatically generate static docs page

This commit is contained in:
2023-04-26 15:00:44 +02:00
parent f247b06d66
commit 56f019f279
2 changed files with 66 additions and 29 deletions

View File

@ -1,13 +1,15 @@
{
inputs,
pkgs,
mylib,
...
}: {
# vital-synth = pkgs.callPackage ./vital-synth {}; # Kept as an example, don't know if I will fix this or keep using distrho
adwaita-for-steam = pkgs.callPackage ./adwaita-for-steam {src = inputs.adwaita-for-steam;};
dconf-editor-wrapped = pkgs.callPackage ./dconf-editor-wrapped {};
dell-b1160w = pkgs.callPackage ./dell-b1160w {};
firefox-gnome-theme = pkgs.callPackage ./firefox-gnome-theme {src = inputs.firefox-gnome-theme;};
modules-options-doc = pkgs.callPackage ./modules-options-doc {};
modules-options-doc = pkgs.callPackage ./modules-options-doc {mylib = mylib;};
spotdl-4_1_6 = pkgs.callPackage ./spotdl-4_1_6 {};
xdg-desktop-portal-termfilechooser = pkgs.callPackage ./xdg-desktop-portal-termfilechooser {};
}