From c101e6571135cfd963e3c3f9543e64c445af7fd8 Mon Sep 17 00:00:00 2001 From: andromeda Date: Sat, 25 Apr 2026 22:50:36 +0200 Subject: finish x86_64-linux Wayland bindings for rfont, rgfw, rsgl :) --- flake.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index b90e8fd..d85aff0 100644 --- a/flake.nix +++ b/flake.nix @@ -47,12 +47,17 @@ wayland-scanner private-code ${pkgs.wayland-protocols}/share/wayland-protocols/unstable/xdg-output/xdg-output-unstable-v1.xml xdg-output-unstable-v1.c ''; buildPhase = '' - c3c build + c3c build c3term-linux-x64 ''; installPhase = '' mkdir -p $out/bin/ cp ./build/c3term $out/bin/ ''; + meta = { + homepage = "https://git.mtgmonkey.net/Andromeda/c3term"; + license = pkgs.lib.licenses.gpl3Plus; + platforms = ["x86_64-linux"]; + }; }; devShells.x86_64-linux.default = pkgs.mkShell { buildInputs = [ -- cgit v1.3.1