about summary refs log tree commit diff
path: root/ops/gerrit-autosubmit/default.nix
blob: f69a9248e351b2787b8addecfd9b5eed7e2d3cfb (plain) (blame)
1
2
3
4
5
6
7
{ depot, pkgs, ... }:

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