We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7da5c7 commit 06ee719Copy full SHA for 06ee719
lib/default.nix
@@ -4,7 +4,7 @@ let
4
bpInputs = inputs;
5
nixpkgs = bpInputs.nixpkgs;
6
lib = nixpkgs.lib;
7
-
+in rec {
8
# A generator for the top-level attributes of the flake.
9
#
10
# Designed to work with https://github.com/nix-systems
@@ -773,16 +773,6 @@ let
773
expected = 1;
774
};
775
776
-in
777
-{
778
- inherit
779
- filterPlatforms
780
- importDir
781
- mkBlueprint
782
- tests
783
- tryImport
784
- withPrefix
785
- ;
786
787
# Make this callable
788
__functor = _: mkBlueprint;
0 commit comments