From d1eaa71c8a05bb9febe4e34c27c3c65d2b442568 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 9 May 2024 13:05:35 -0400 Subject: cmd/sapientwindex: clean up manual Signed-off-by: Xe Iaso --- flake.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 9cef608..8757443 100644 --- a/flake.nix +++ b/flake.nix @@ -180,6 +180,14 @@ nativeBuildInputs = with pkgs; [ pkg-config ]; subPackages = [ "cmd/robocadey2" ]; }; + + sapientwindex = pkgs.buildGo122Module { + pname = "sapientwindex"; + inherit version vendorHash; + src = ./.; + nativeBuildInputs = with pkgs; [ pkg-config ]; + subPackages = [ "cmd/sapientwindex" ]; + }; copyFile = { pname, path ? pname }: pkgs.stdenv.mkDerivation { @@ -222,7 +230,7 @@ path = "make-mastodon-app"; }; - inherit xedn xedn-static robocadey2 mimi tourian; + inherit xedn xedn-static robocadey2 mimi tourian sapientwindex; aegis = copyFile { pname = "aegis"; }; cadeybot = copyFile { pname = "cadeybot"; }; @@ -232,7 +240,6 @@ prefix = copyFile { pname = "prefix"; }; quickserv = copyFile { pname = "quickserv"; }; sanguisuga = copyFile { pname = "sanguisuga"; }; - sapientwindex = copyFile { pname = "sapientwindex"; }; todayinmarch2020 = copyFile { pname = "todayinmarch2020"; }; uploud = copyFile { pname = "uploud"; }; vest-pit-near = copyFile { pname = "vest-pit-near"; }; -- cgit v1.2.3