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