Stop exporting my forAllSystems helper

Over time, this helper has shrunk to a single line.
It's not worth the extra API surface area anymore.
This commit is contained in:
Sean Buckley 2023-03-26 23:58:40 -04:00
parent 7def216da9
commit d73389f410

View file

@ -46,7 +46,6 @@
in in
{ {
lib = { lib = {
inherit forAllSystems;
gen-ssh-config = import lib/gen-ssh-config.nix lib; gen-ssh-config = import lib/gen-ssh-config.nix lib;
}; };