summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 6 insertions, 1 deletions
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 = [