tools: recursive getExperiment

It allows getExperimentStage to be called from any stage above the
experiment.
This commit is contained in:
2020-11-20 15:34:14 +01:00
parent d192a59fdc
commit 8bc5656461
2 changed files with 5 additions and 1 deletions

View File

@@ -24,6 +24,8 @@ stdenv.mkDerivation {
dontPatchShebangs = true;
inherit units;
isExperiment = true;
installPhase = ''
cat > $out << EOF
#!/bin/sh