Skip to content

Commit 06ee719

Browse files
authored
feat(lib): expose internal helpers (#144)
A few internal helpers are actually useful for others. Expose them, so they can be reused.
1 parent c7da5c7 commit 06ee719

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

lib/default.nix

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ let
44
bpInputs = inputs;
55
nixpkgs = bpInputs.nixpkgs;
66
lib = nixpkgs.lib;
7-
7+
in rec {
88
# A generator for the top-level attributes of the flake.
99
#
1010
# Designed to work with https://github.com/nix-systems
@@ -773,16 +773,6 @@ let
773773
expected = 1;
774774
};
775775
};
776-
in
777-
{
778-
inherit
779-
filterPlatforms
780-
importDir
781-
mkBlueprint
782-
tests
783-
tryImport
784-
withPrefix
785-
;
786776

787777
# Make this callable
788778
__functor = _: mkBlueprint;

0 commit comments

Comments
 (0)