Say you have a flake output called foo, such that the following works:
I would expect organist.import_nix ".#foo", say in a project.ncl, to evaluate to a Nix path. Actual:
error: Missing input "..foo"
This is despite the fact that https://github.com/nickel-lang/organist/blob/main/lib/nix-interop/derivation.ncl#L258-L262 claims:
This follows the same search rules as the nix build cli, namely that the library will consider the first valid values within:
- InputPath
- "packages".system.InputPath
- "legacyPackages".system.InputPath