From 95378e13dcf2b427a4919d6bb3527806b7782c35 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Sun, 8 Jan 2023 23:00:53 -0700 Subject: [PATCH] crane.nix: Add meta --- crane.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crane.nix b/crane.nix index 869cae5..7fd888a 100644 --- a/crane.nix +++ b/crane.nix @@ -76,6 +76,14 @@ let --fish <($out/bin/attic gen-completions fish) fi ''; + + meta = with lib; { + description = "Multi-tenant Nix binary cache system"; + homepage = "https://github.com/zhaofengli/attic"; + license = licenses.asl20; + maintainers = with maintainers; [ zhaofengli ]; + platforms = platforms.linux ++ platforms.darwin; + }; }; # Client-only package.