From aada596b8ca2c5a152913a08a5e71c2f41da8156 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Tue, 22 Nov 2022 02:08:35 +0100 Subject: [PATCH] flake: add openssl for pki generation --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index f7f2e54..4e79ddd 100644 --- a/flake.nix +++ b/flake.nix @@ -96,6 +96,7 @@ uefi-run rust-nightly lanzatool + pkgs.openssl ]; }; };