mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2024-11-22 21:31:03 +00:00
fix cloneit derivation
This commit is contained in:
parent
586140ce47
commit
c065ebb2f6
1 changed files with 0 additions and 6 deletions
|
@ -23,12 +23,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
buildInputs = [openssl];
|
buildInputs = [openssl];
|
||||||
|
|
||||||
meta2 = with lib; {
|
|
||||||
mainProgram = "cloneit";
|
|
||||||
homepage = "https://github.com/alok8bb/cloneit";
|
|
||||||
license = licenses.mit;
|
|
||||||
};
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "CLI tool to download specific GitHub directories or files";
|
description = "CLI tool to download specific GitHub directories or files";
|
||||||
homepage = "https://github.com/alok8bb/cloneit";
|
homepage = "https://github.com/alok8bb/cloneit";
|
||||||
|
|
Loading…
Reference in a new issue