Skip to content

Instantly share code, notes, and snippets.

View AlexanderKoshkarov's full-sized avatar

Oleksandr Koshkarov AlexanderKoshkarov

  • LANL
  • Los Alamos, NM
View GitHub Profile
with import <nixpkgs> {};
{
repositoryName = stdenv.mkDerivation {
name = "repositoryName";
buildInputs = [
julia_05 # works with julia (v0.4) too
# Any other dependency you need
];
SSL_CERT_FILE="/etc/ssl/certs/ca-certificates.crt";