mirror of
https://github.com/nix-community/flakelight.git
synced 2025-06-21 01:57:57 +02: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))))
|
} // (callPkgs pkgs (merged.devShells pkgs))))
|
||||||
(eachSystem root'.perSystem)
|
(eachSystem root'.perSystem)
|
||||||
root'.outputs
|
(_: root'.outputs)
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
exports
|
exports
|
||||||
|
Loading…
x
Reference in New Issue
Block a user