about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-05-13 00:20:08 +0200
committerGitHub <noreply@github.com>2023-05-13 00:20:08 +0200
commit03afb195ff4119e7dfa25dee21102531923948f4 (patch)
treea12d025a925e02ec16b9c396123bfc1e680e02e7 /pkgs/top-level
parent973697f978bec3c5f0ef4f2f44051a395014e14a (diff)
parent97177ab8c143a807b34ad484fe337ec1b9f2a637 (diff)
Merge pull request #231526 from figsoda/hab
habitat: 0.90.6 -> 1.1.652, fix build, unpin openssl
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 254be458531bf..dd2c13ee2dc5f 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -8336,9 +8336,7 @@ with pkgs;
 
   haveged = callPackage ../tools/security/haveged { };
 
-  habitat = callPackage ../applications/networking/cluster/habitat {
-    openssl = openssl_1_1;
-  };
+  habitat = callPackage ../applications/networking/cluster/habitat { };
 
   hashcash = callPackage ../tools/security/hashcash { };