From 33855381422932a208fa412bd4a96c0905aafdf1 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 17 Mar 2025 09:49:18 +0900 Subject: nix: clean up flake outputs Signed-off-by: Ophestra --- package.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'package.nix') diff --git a/package.nix b/package.nix index 3088ec3e..5169beaf 100644 --- a/package.nix +++ b/package.nix @@ -19,6 +19,10 @@ gnutar, coreutils, + # for passthru.buildInputs + go, + gcc, + glibc, # for ldd withStatic ? stdenv.hostPlatform.isStatic, }: @@ -108,4 +112,13 @@ buildGoModule rec { ) } ''; + + passthru.targetPkgs = + [ + go + gcc + xorg.xorgproto + ] + ++ buildInputs + ++ nativeBuildInputs; } -- cgit v1.3.1