mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-16 18:03:59 +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" ]; }
|
|
)
|