mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 05:44:13 +00:00
8 lines
126 B
Nix
8 lines
126 B
Nix
{ attic-client
|
|
}:
|
|
(attic-client.override {
|
|
crates = [ "attic-server" ];
|
|
}).overrideAttrs {
|
|
meta.mainProgram = "atticd";
|
|
}
|