# Pastebin rxImktWu gitDescribe = pkgs.runCommand "neuron-gitDescribe" { buildInputs = [ pkgs.git ]; } '' mkdir $out git -C ${projectRoot} describe --long --always --dirty > $out/output '';