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


                       

            

                                 

    
{ depot, ... }:

with depot.third_party;

naersk.buildPackage {
  src = ./.;

  buildInputs = [
    pkgconfig openssl systemd.dev
  ];
}