nix-config/customs/caddy/default.nix

12 lines
113 B
Nix
Raw Normal View History

let
pkgs = import <nixpkgs> { };
in
{
name = "caddy";
buildInputs = with pkgs; [
xcaddy
go
];
}