nix: init caddy-custom

This commit is contained in:
Primrose 2025-01-28 10:50:00 +01:00
parent 181337e20e
commit e492b2529c
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
5 changed files with 993 additions and 2 deletions

View file

@ -73,6 +73,7 @@
# static version of noto-fonts cjk serif
noto-fonts-cjk-serif' = final.callPackage ./noto-fonts-cjk-serif.nix { };
# Programs
logisim-evolution = final.callPackage ./logisim-evolution.nix { };
necrolib = final.callPackage ./necrolib.nix { };
why3-wrapped =
@ -97,19 +98,20 @@
};
in
why3-pinned.callPackage ./why3.nix { inherit (alt-ergo-pinned) alt-ergo; };
maeel = final.callPackage ./maeel.nix { };
tokei = final.callPackage ./tokei { }; # alpha tokei with typst, skel, hledger
typst-mutilate = final.callPackage ./typst-mutilate.nix { };
typst-bot = final.callPackage ./typst-bot.nix { };
caddy-custom = final.callPackage ./caddy { };
# Misc
posy-cursor = final.callPackage ./posy-cursor.nix { };
nd = final.callPackage ./nd { };
xbrightness = final.callPackage ./xbrightness.nix { };
ffgun = final.callPackage ./ffgun.nix { };
easyscan = final.callPackage ./easyscan.nix { };
# my repositories
# My repositories
hbf = mkHaskellPackage {
name = "hbrainfuck";
src = final.fetchFromGitea {