mirror of
https://github.com/urbit/shrub.git
synced 2024-11-30 22:15:47 +03:00
8 lines
162 B
Nix
8 lines
162 B
Nix
{ pkgs }:
|
|
|
|
pkgs.stdenv.mkDerivation {
|
|
name = "ca-bundle.h";
|
|
builder = ./builder.sh;
|
|
nativeBuildInputs = with pkgs; [ cacert xxd ];
|
|
}
|