okteta: set outputs to reduce runtime closure

This commit is contained in:
Frederik Rietdijk 2022-04-27 16:50:38 +02:00 committed by Frederik Rietdijk
parent d140aefd20
commit 538ace2858

View file

@ -26,6 +26,8 @@ mkDerivation rec {
kcrash kcrash
]; ];
outputs = [ "out" "dev" ];
meta = with lib; { meta = with lib; {
license = licenses.gpl2; license = licenses.gpl2;
description = "A hex editor"; description = "A hex editor";