Closed colemickens closed 1 year ago
I added outputs.buildreq = linkFarmFromDrvs... to my flake.
outputs.buildreq = linkFarmFromDrvs...
This broke nix-shell which was using the latest flakes-compat to access shellNix.
nix-shell
flakes-compat
shellNix
As soon as I moved the derivation to bld.req (chose weird names to avoid any potential keyword conflicts), then the issue went away.
bld.req
I can't repro this. Closing.
I added
outputs.buildreq = linkFarmFromDrvs...
to my flake.This broke
nix-shell
which was using the latestflakes-compat
to accessshellNix
.As soon as I moved the derivation to
bld.req
(chose weird names to avoid any potential keyword conflicts), then the issue went away.