From ad67fd2aafd6e524411673eb4b73fce1bfc9c31b Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 12 Jul 2021 10:31:14 -0400
Subject: [PATCH] make the name mean the library

---
 nix/overlay.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix/overlay.nix b/nix/overlay.nix
index dc4b0ae..27d8af3 100644
--- a/nix/overlay.nix
+++ b/nix/overlay.nix
@@ -1,3 +1,3 @@
 self: super: {
-  libchallenge_bypass_ristretto_ffi = super.callPackage ./challenge-bypass-ristretto.nix { };
+  libchallenge_bypass_ristretto_ffi = (super.callPackage ./challenge-bypass-ristretto.nix { }).lib;
 }
-- 
GitLab