trebuchet: add the experiment as attribute

This commit is contained in:
Rodrigo Arias 2020-11-20 15:35:36 +01:00
parent 8bc5656461
commit a147a396d9

View File

@ -20,6 +20,9 @@ stdenv.mkDerivation {
preferLocalBuild = true; preferLocalBuild = true;
dontPatchShebangs = true; dontPatchShebangs = true;
inherit nextStage; inherit nextStage;
experiment = getExperimentStage nextStage;
installPhase = '' installPhase = ''
cat > $out <<EOF cat > $out <<EOF
#!/bin/sh -e #!/bin/sh -e