caddy soluzione 2. overlay senza nixpkgs custom

This commit is contained in:
pazpi 2024-09-06 08:02:07 +02:00
parent 1903e0a6e1
commit 6602567bf9
6 changed files with 80 additions and 59 deletions

1
overlay/default.nix Normal file
View file

@ -0,0 +1 @@
_: prev: { caddy-custom = prev.callPackage ./caddy-custom.nix { }; }