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





                                       
              

    
{ depot, pkgs, ... }:

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