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.
This commit is contained in:
nikstur 2024-01-21 13:59:25 +01:00
parent 5667bbc1f4
commit 50247a6890
1 changed files with 0 additions and 1 deletions

View File

@ -232,7 +232,6 @@
# Convenience for test fixtures in nix/tests. # Convenience for test fixtures in nix/tests.
pkgs.openssl pkgs.openssl
(pkgs.sbctl.override { databasePath = "pki"; })
# Needed for `cargo test` in rust/tool. We also need # Needed for `cargo test` in rust/tool. We also need
# TEST_SYSTEMD below for that. # TEST_SYSTEMD below for that.