nix-store-veritysetup-generator: add VM test to passthru
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
rustPlatform,
|
rustPlatform,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
systemd,
|
systemd,
|
||||||
|
nixosTests,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
@@ -34,6 +35,10 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
stripAllList = [ "bin" ];
|
stripAllList = [ "bin" ];
|
||||||
|
|
||||||
|
passthru.tests = {
|
||||||
|
inherit (nixosTests) nix-store-veritysetup;
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Systemd unit generator for a verity protected Nix Store";
|
description = "Systemd unit generator for a verity protected Nix Store";
|
||||||
homepage = "https://github.com/nikstur/nix-store-veritysetup-generator";
|
homepage = "https://github.com/nikstur/nix-store-veritysetup-generator";
|
||||||
|
|||||||
Reference in New Issue
Block a user