15 stdenv.mkDerivation (finalAttrs: {
19 src = fetchFromGitLab {
20 domain = "gitlab.com";
21 owner = "cherrypicker";
23 rev = finalAttrs.version;
24 fetchSubmodules = true;
25 hash = "sha256-KPP4Ol1GCAWqdQYlNtKQD/jx8A/xuHdvKjcocPMqWa0=";
42 propagatedBuildInputs = [
47 tests.unl0kr = nixosTests.systemd-initrd-luks-unl0kr;
51 description = "Framebuffer-based disk unlocker for the initramfs based on LVGL";
52 mainProgram = "unl0kr";
53 homepage = "https://gitlab.com/cherrypicker/unl0kr";
54 license = licenses.gpl3Plus;
55 maintainers = with maintainers; [ hustlerone ];
56 platforms = platforms.linux;