From 8c9c6b23d74202d50df7f61e0d13aec3df4d8a37 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Thu, 17 Aug 2023 09:55:35 -0400
Subject: [PATCH] these are released now

---
 flake.nix | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/flake.nix b/flake.nix
index f77dd86..8dee2a0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -74,15 +74,6 @@
               -- This file is auto-generated by the flake devShell's shellHook.  Do
               -- not edit this file.  Make changes in flake.nix.
               tests: true
-              packages:
-                -- These aren't released on hackage yet so we have to get them
-                -- another way.  Here, we get them from the Nix store.
-                -- tahoe-chk
-                ${tahoe-chk}
-                -- tahoe-ssk
-                ${tahoe-ssk}
-                -- tahoe-capabilities
-                ${tahoe-capabilities}
               EOF
             '';
           }
-- 
GitLab