blob: da252f268afc174b21faca6fd78157513fe41e0b [file] [log] [blame]
with import <nixpkgs> {};
stdenvNoCC.mkDerivation {
name = "coreboot-toolchain";
buildInputs = [
bison
curl
flex
git
gnat11
gnumake
patch
zlib
];
shellHook = ''
export SSL_CERT_FILE="/etc/ssl/certs/ca-certificates.crt"
'';
}