Don't expose file sets anymore

This commit is contained in:
John Ericson 2023-12-03 18:45:15 -05:00
parent f58615518c
commit a5a45e64e1

View file

@ -354,8 +354,6 @@ in {
hardeningDisable = lib.optional stdenv.hostPlatform.isStatic "pie";
passthru = {
inherit filesets;
perl-bindings = callPackage ./perl {
inherit fileset stdenv;
};