From f1a9ef5ce1bfbde518ff0a323a7dc0573d937324 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 16 Sep 2020 14:08:01 -0400
Subject: [PATCH] Make our tahoe-lafs visible in this scope

---
 nixos/modules/overlays.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nixos/modules/overlays.nix b/nixos/modules/overlays.nix
index 59bcc514..376ffa56 100644
--- a/nixos/modules/overlays.nix
+++ b/nixos/modules/overlays.nix
@@ -1,7 +1,7 @@
 let
   # Define a Python packageOverride that puts our version of some Python
   # packages into python27Packages.
-  pythonPackageOverride = python-self: python-super: {
+  pythonPackageOverride = python-self: python-super: rec {
     # Get our Twisted derivation.  Pass in the old one so it can have pieces
     # overridden.  It needs to be passed in explicitly because callPackage is
     # specially crafted to always pull attributes from the fixed-point.  That
-- 
GitLab