about summary refs log tree commit diff
path: root/net/alcoholic_jwt/default.nix
blob: c6b84fb7aba34a57e868c38f8e02f08b1584d093 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ depot, pkgs, ... }:

depot.third_party.naersk.buildPackage {
  src = ./.;
  buildInputs = with pkgs; [
    openssl
    pkgconfig
  ];
}