mirror of
https://github.com/nix-community/flakelight.git
synced 2024-11-22 07:23:11 +01:00
Allow outputs to be a functor
Previously, if outputs was a functor, it would mistakenly get called by recUpdateSets.
This commit is contained in:
parent
76eb12e51b
commit
59ccd592a3
@ -462,7 +462,7 @@ let
|
||||
});
|
||||
} // (callPkgs pkgs (merged.devShells pkgs))))
|
||||
(eachSystem root'.perSystem)
|
||||
root'.outputs
|
||||
(_: root'.outputs)
|
||||
];
|
||||
in
|
||||
exports
|
||||
|
Loading…
Reference in New Issue
Block a user