bcb2f287e1
GitOrigin-RevId: d603719ec6e294f034936c0d0dc06f689d91b6c3
4 lines
129 B
Nix
4 lines
129 B
Nix
{ lib, attic-client }:
|
|
lib.addMetaAttrs { mainProgram = "atticd"; } (
|
|
attic-client.override { crates = [ "attic-server" ]; }
|
|
)
|