Files
nixpkgs/pkgs/development/python-modules/molecule/default.nix
ibbem f2c3cb82ad pass-git-helper,python3Packages.{hystack-ai,molecule}: Use a hook for the temporary home directory
The content of `env.HOME` is a string taken as verbatim value for the
home directory name. In particular, `env.HOME` isn't evaluated by bash.
Hence, `pass-git-helper`, `haystack-ai` and `molecule` created
unintended directories which ended up in the derivation. Now, they use a
temporary directory which doesn't end up in the derivation.

Note that haystack-ai is currently broken. Hence, I don't know if
setting `HOME` is actually necessary. In any case, it's misleading.
2026-05-17 19:38:51 +02:00

1.6 KiB