From 538ace2858d0d95d85263f8f3d652a83baa3764f Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Wed, 27 Apr 2022 16:50:38 +0200 Subject: [PATCH] okteta: set outputs to reduce runtime closure --- pkgs/applications/editors/okteta/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/editors/okteta/default.nix b/pkgs/applications/editors/okteta/default.nix index c775a493f16..aee98d9a612 100644 --- a/pkgs/applications/editors/okteta/default.nix +++ b/pkgs/applications/editors/okteta/default.nix @@ -26,6 +26,8 @@ mkDerivation rec { kcrash ]; + outputs = [ "out" "dev" ]; + meta = with lib; { license = licenses.gpl2; description = "A hex editor";