Add extrae and perf stages

This commit is contained in:
2020-09-02 10:44:13 +02:00
parent d05d32edbf
commit d469ccd59d
11 changed files with 368 additions and 14 deletions

View File

@@ -12,10 +12,12 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "nbody";
src = builtins.fetchGit {
url = "${gitURL}";
ref = "${gitBranch}";
};
src = /home/Computational/rarias/bsc-nixpkgs/manual/nbody;
#src = builtins.fetchGit {
# url = "${gitURL}";
# ref = "${gitBranch}";
#};
buildInputs = [
cc