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:
parent
5667bbc1f4
commit
50247a6890
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue