mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 01:33:10 +00:00
5 lines
129 B
Nix
5 lines
129 B
Nix
{ lib, attic-client }:
|
|
lib.addMetaAttrs { mainProgram = "atticd"; } (
|
|
attic-client.override { crates = [ "attic-server" ]; }
|
|
)
|