diff options
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 = [ |
