clevis: rework - get rid of nested with

This commit is contained in:
Anderson Torres 2024-07-24 09:48:01 -03:00
parent aa773426af
commit 42196a912d

View File

@ -81,11 +81,11 @@ stdenv.mkDerivation rec {
clevisZfsFallbackSystemdStage1 = nixosTests.installer-systemd-stage-1.clevisZfsFallback; clevisZfsFallbackSystemdStage1 = nixosTests.installer-systemd-stage-1.clevisZfsFallback;
}; };
meta = with lib; { meta = {
description = "Automated Encryption Framework";
homepage = "https://github.com/latchset/clevis"; homepage = "https://github.com/latchset/clevis";
description = "Automated Encryption Framework";
changelog = "https://github.com/latchset/clevis/releases/tag/v${version}"; changelog = "https://github.com/latchset/clevis/releases/tag/v${version}";
license = licenses.gpl3Plus; license = lib.licenses.gpl3Plus;
maintainers = with maintainers; [ AndersonTorres ]; maintainers = with lib.maintainers; [ AndersonTorres ];
}; };
} }