mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-25 15:26:17 +02:00
Don't expose file sets anymore
This commit is contained in:
parent
f58615518c
commit
a5a45e64e1
1 changed files with 0 additions and 2 deletions
|
@ -354,8 +354,6 @@ in {
|
|||
hardeningDisable = lib.optional stdenv.hostPlatform.isStatic "pie";
|
||||
|
||||
passthru = {
|
||||
inherit filesets;
|
||||
|
||||
perl-bindings = callPackage ./perl {
|
||||
inherit fileset stdenv;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue