Skip to content

Instantly share code, notes, and snippets.

@matthew-piziak
Created October 24, 2019 21:17
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 matthew-piziak/0afe7cc403e7b179fa9cc6387c5a3e57 to your computer and use it in GitHub Desktop.
Save matthew-piziak/0afe7cc403e7b179fa9cc6387c5a3e57 to your computer and use it in GitHub Desktop.
# override to rename `circleci-cli` executable to `circleci`
circleci = (pkgs.stdenv.mkDerivation {
name = "circleci";
buildCommand =
"mkdir -p $out/bin; ln -s ${pkgs.circleci-cli}/bin/circleci-cli $out/bin/circleci";
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment