forked from rarias/bscpkgs
tools: recursive getExperiment
It allows getExperimentStage to be called from any stage above the experiment.
This commit is contained in:
@@ -24,6 +24,8 @@ stdenv.mkDerivation {
|
||||
dontPatchShebangs = true;
|
||||
inherit units;
|
||||
|
||||
isExperiment = true;
|
||||
|
||||
installPhase = ''
|
||||
cat > $out << EOF
|
||||
#!/bin/sh
|
||||
|
||||
Reference in New Issue
Block a user