dummy: Set the programPath for experiments

This commit is contained in:
Rodrigo Arias Mallo 2020-11-13 19:14:01 +01:00
parent dea523460a
commit 65918bca21

View File

@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
dontUnpack = true; dontUnpack = true;
dontBuild = true; dontBuild = true;
programPath = "/bin/dummy";
installPhase = '' installPhase = ''
mkdir -p $out/bin mkdir -p $out/bin