mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
clevis: rework - get rid of nested with
This commit is contained in:
parent
aa773426af
commit
42196a912d
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user