diff options
| author | andromeda <andromeda@lenovo> | 2026-04-25 22:50:36 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-04-25 22:50:36 +0200 |
| commit | c101e6571135cfd963e3c3f9543e64c445af7fd8 (patch) | |
| tree | a1b54e635fd95c6353cbac24caf1b361f6bcb7c1 /flake.nix | |
| parent | 168abecfafadb57a0c677777a40083761bf8a922 (diff) | |
finish x86_64-linux Wayland bindings for rfont, rgfw, rsgl :)
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 = [ |
