mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
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:
parent
7def216da9
commit
d73389f410
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@
|
|||
in
|
||||
{
|
||||
lib = {
|
||||
inherit forAllSystems;
|
||||
gen-ssh-config = import lib/gen-ssh-config.nix lib;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue