File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -227,11 +227,13 @@ const static std::string getEnvSh =
227227#include " get-env.sh.gen.hh"
228228 ;
229229
230- /* Given an existing derivation, return the shell environment as
231- initialised by stdenv's setup script. We do this by building a
232- modified derivation with the same dependencies and nearly the same
233- initial environment variables, that just writes the resulting
234- environment to a file and exits. */
230+ /* *
231+ * Given an existing derivation, return the shell environment as
232+ * initialised by stdenv's setup script. We do this by building a
233+ * modified derivation with the same dependencies and nearly the same
234+ * initial environment variables, that just writes the resulting
235+ * environment to a file and exits.
236+ */
235237static StorePath getDerivationEnvironment (ref<Store> store, ref<Store> evalStore, const StorePath & drvPath)
236238{
237239 auto drv = evalStore->derivationFromPath (drvPath);
You can’t perform that action at this time.
0 commit comments