Skip to content

Instantly share code, notes, and snippets.

View Denperidge's full-sized avatar

Cat Denperidge

View GitHub Profile
@Denperidge
Denperidge / default.nix
Created March 3, 2024 22:29
Another attempt at Caddy with plugins!
{ lib
, stdenv
, fetchFromGitHub
, nixosTests
, caddy
, testers
, installShellFiles
, autoPatchelfHook
}:
let
{ pkgs, config, ... }:
with pkgs; stdenv.mkDerivation rec {
pname = "caddy";
version = "2.6.2";
dontUnpack = true;
nativeBuildInputs = [ git go xcaddy ];
configurePhase = ''