trebuchet: add the experiment as attribute
This commit is contained in:
parent
8bc5656461
commit
a147a396d9
@ -20,6 +20,9 @@ stdenv.mkDerivation {
|
||||
preferLocalBuild = true;
|
||||
dontPatchShebangs = true;
|
||||
inherit nextStage;
|
||||
|
||||
experiment = getExperimentStage nextStage;
|
||||
|
||||
installPhase = ''
|
||||
cat > $out <<EOF
|
||||
#!/bin/sh -e
|
||||
|
Loading…
Reference in New Issue
Block a user