Skip to content

v1.3.1: Fix extraPackages failing with fetchTree output

Compare
Choose a tag to compare
@RossSmyth RossSmyth released this 17 Mar 15:51
· 43 commits to main since this release

My tests used fetchFromGitHub. Which is one way to receive a FOD. But flakes internally use fetchTree. But when you use flake = false, it turns out the output is not actually a derivation. And since my code checked to see if it was a derivation, it failed and attempted to use it as an attrset. This is quite goofy. But a hack is implemented, I'm unsure if it is canonical or not. But it now works and is tested as intended.