c4fb0432ae
GitOrigin-RevId: 3fc1143a04da49a92c3663813c6a0c1e8ccd477f
11 lines
137 B
Nix
11 lines
137 B
Nix
{ depot, ... }:
|
|
|
|
with depot.third_party;
|
|
|
|
naersk.buildPackage {
|
|
src = ./.;
|
|
|
|
buildInputs = [
|
|
pkgconfig openssl systemd.dev
|
|
];
|
|
}
|