New design with overlays

This commit is contained in:
2020-09-16 12:22:55 +02:00
parent 847b5b3e0a
commit dba1cc22bc
6 changed files with 249 additions and 251 deletions

View File

@@ -1,6 +1,7 @@
{
stdenv
, cc
, tampi ? null
, mpi ? null
, cflags ? null
, gitBranch
@@ -37,6 +38,7 @@ stdenv.mkDerivation rec {
dontPatchShebangs = true;
installPhase = ''
echo ${tampi}
mkdir -p $out/bin
cp nbody* $out/bin/${name}
'';