Allow outputs to be a functor

Previously, if outputs was a functor, it would mistakenly get called by
recUpdateSets.
This commit is contained in:
Archit Gupta 2023-04-20 18:45:31 -07:00
parent 76eb12e51b
commit 59ccd592a3

View File

@ -462,7 +462,7 @@ let
});
} // (callPkgs pkgs (merged.devShells pkgs))))
(eachSystem root'.perSystem)
root'.outputs
(_: root'.outputs)
];
in
exports