mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
8 lines
126 B
Nix
8 lines
126 B
Nix
{ attic-client
|
|
}:
|
|
(attic-client.override {
|
|
crates = [ "attic-server" ];
|
|
}).overrideAttrs {
|
|
meta.mainProgram = "atticd";
|
|
}
|