Skip to content

Instantly share code, notes, and snippets.

@ankhers
Created June 18, 2019 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ankhers/21fbf335b0f89b28d9110851c2ea607d to your computer and use it in GitHub Desktop.
Save ankhers/21fbf335b0f89b28d9110851c2ea607d to your computer and use it in GitHub Desktop.
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "libfoo-1.2.3";
src = ./.;
buildInputs = [ pkgs.elixir ];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment