Skip to content

Instantly share code, notes, and snippets.

@dustinlacewell-wk
Created November 9, 2017 18:43
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 dustinlacewell-wk/f7d6da5b8138f3d7d88a5d0d3ab4d657 to your computer and use it in GitHub Desktop.
Save dustinlacewell-wk/f7d6da5b8138f3d7d88a5d0d3ab4d657 to your computer and use it in GitHub Desktop.
with import <nixpkgs> {};
stdenv.mkDerivation rec {
name = "harbour-cli";
buildInputs = [ go glide ];
src = ./.;
buildPhase = ''
source $stdenv/setup
echo "what up"
'';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment