Archived
1
0
forked from rarias/bscpkgs

Setting a developer mode and its implication

This commit is contained in:
Sandra
2020-10-07 11:53:47 +02:00
parent 8f65030161
commit ec555e59e7
3 changed files with 29 additions and 10 deletions

View File

@@ -12,6 +12,7 @@ with stdenv.lib;
let
# Set variable configuration for the experiment
varConfig = {
devMode = [ true ];
numComm = [ 1 ];
};
@@ -148,7 +149,7 @@ let
});
in
customPkgs.bsc.garlic.saiph.override {
inherit numComm mpi gitBranch;
inherit devMode numComm mpi gitBranch;
};
stages = with common; []