mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-16 23:27: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";
|
hardeningDisable = lib.optional stdenv.hostPlatform.isStatic "pie";
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
inherit filesets;
|
|
||||||
|
|
||||||
perl-bindings = callPackage ./perl {
|
perl-bindings = callPackage ./perl {
|
||||||
inherit fileset stdenv;
|
inherit fileset stdenv;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue