From 50247a6890a3e2f80f5474ba99b143c0dfb16083 Mon Sep 17 00:00:00 2001 From: nikstur Date: Sun, 21 Jan 2024 13:59:25 +0100 Subject: [PATCH] flake: remove custom sbctl from shell It takes very long to compile sbctl with a custom pki location and is rarely needed. If you need it for testing, it should be explicitly built. --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9d7a06c..e4b2e6d 100644 --- a/flake.nix +++ b/flake.nix @@ -232,7 +232,6 @@ # Convenience for test fixtures in nix/tests. pkgs.openssl - (pkgs.sbctl.override { databasePath = "pki"; }) # Needed for `cargo test` in rust/tool. We also need # TEST_SYSTEMD below for that.