From 4d2739ba549c20ad87e98ead3cfaf821ee2dc377 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 10 May 2023 12:48:50 -0400
Subject: [PATCH] Go ahead and build everything

Specifically, this will build our new `make-keypairs` executable.
---
 flake.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flake.nix b/flake.nix
index 7b393e1..f5feba5 100644
--- a/flake.nix
+++ b/flake.nix
@@ -58,7 +58,7 @@
 
             text = ''
               cabal update hackage.haskell.org
-              cabal build tests
+              cabal build
               cabal run tests
             '';
           }
-- 
GitLab