587713944a
GitOrigin-RevId: 6143fc5eeb9c4f00163267708e26191d1e918932
7 lines
126 B
Nix
7 lines
126 B
Nix
{ attic-client
|
|
}:
|
|
(attic-client.override {
|
|
crates = [ "attic-server" ];
|
|
}).overrideAttrs {
|
|
meta.mainProgram = "atticd";
|
|
}
|