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

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