about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--flake.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index aa094e1..c9d589d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -16,6 +16,16 @@
     in rec {
       packages."x86_64-linux".vokobe = naersk'.buildPackage {
         src = ./.;
+
+        meta = {
+          description = "A minimal static site generator tailored to my needs.";
+          homepage    = "https://git.emile.space/hanemile/vokobe";
+          license     = nixpkgs.licenses.mit;
+          platforms   = nixpkgs.platforms.all;
+          maintainers = with nixpkgs.maintainers; [
+            hanemile
+          ];
+        };
       };
     
       # For `nix build` & `nix run`: