From d73389f410e9be1ec9e7a12b2b794bc6f55edad5 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Sun, 26 Mar 2023 23:58:40 -0400 Subject: [PATCH] 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. --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 82499bd..f24407f 100644 --- a/flake.nix +++ b/flake.nix @@ -46,7 +46,6 @@ in { lib = { - inherit forAllSystems; gen-ssh-config = import lib/gen-ssh-config.nix lib; };