Revert "trying to work around hydra bug"

This reverts commit de6db2239b.
release-7
Sebastien Bourdeauducq 2022-02-12 18:39:38 +08:00
parent de6db2239b
commit 94ed2d6f48
1 changed files with 1 additions and 7 deletions

View File

@ -154,18 +154,12 @@
];
}
];
hydrabug = pkgs.stdenvNoCC.mkDerivation {
name = "hydrabug";
src = self;
phases = ["installPhase"];
installPhase = "cp $src/README.md $out";
};
};
defaultPackage.x86_64-linux = packages.x86_64-linux.conda-channel;
hydraJobs = {
inherit (packages.x86_64-linux) conda-channel hydrabug;
inherit (packages.x86_64-linux) conda-channel;
};
};
}