diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-05-09 13:05:35 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-05-09 13:05:35 -0400 |
| commit | d1eaa71c8a05bb9febe4e34c27c3c65d2b442568 (patch) | |
| tree | 895e53958f6b71815568bfbee25185024c436231 /flake.nix | |
| parent | 3a943a2986151aefc61923cef5b2c84edb266279 (diff) | |
| download | x-d1eaa71c8a05bb9febe4e34c27c3c65d2b442568.tar.xz x-d1eaa71c8a05bb9febe4e34c27c3c65d2b442568.zip | |
cmd/sapientwindex: clean up manual
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -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"; }; |
