Closed nrdxp closed 1 year ago
This command always fails on a flake whos outputs contains a __functor attribute. The error is a type where target is said to be a function and should be an attribute-set, even if the flake uri points to a valid attribute-set.
outputs
__functor
Does nix build handle this properly?
nix build
yes, iirc there used to be a similar issue with Nix but it has since been fixed.
Ok, if you can point to the fix, I can apply this here as well.
https://github.com/NixOS/nix/pull/6404 :smile:
https://github.com/NixOS/nix/pull/6404
This command always fails on a flake whos
outputs
contains a__functor
attribute. The error is a type where target is said to be a function and should be an attribute-set, even if the flake uri points to a valid attribute-set.