mirror of
https://github.com/zhaofengli/attic.git
synced 2024-12-14 11:57:30 +00:00
crane.nix: Add meta
This commit is contained in:
parent
3d1961c0ab
commit
95378e13dc
1 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue