Skip to content

Instantly share code, notes, and snippets.

@lukego
Created November 6, 2018 14:33
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 lukego/2b285652f908ca459902619300a83b82 to your computer and use it in GitHub Desktop.
Save lukego/2b285652f908ca459902619300a83b82 to your computer and use it in GitHub Desktop.
with import /home/luke/git/nixpkgs {};
muslCross.stdenv.mkDerivation {
name = "hello";
src = ./hello.c;
buildCommand = "$(CC) -o $out $src";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment