forked from rarias/bscpkgs
Add extrae and perf stages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user