Skip to content

Commit

Permalink
add mainProgram to more of my pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani committed Aug 8, 2023
1 parent 37bf432 commit 1530eb5
Show file tree
Hide file tree
Showing 20 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/ai/llm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ rustPlatform.buildRustPackage rec {
description = "Run inference for Large Language Models on CPU, with Rust";
homepage = "https://github.com/rustformers/llm";
license = licenses.mit;
mainProgram = "llm";
maintainers = with maintainers; [ jpetrucciani ];
};
}
1 change: 1 addition & 0 deletions pkgs/cli/bonk.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ rustPlatform.buildRustPackage rec {
description = "The blazingly fast touch alternative with a sprinkle of mkdir written in rust";
homepage = "https://github.com/elliot40404/bonk";
license = licenses.mit;
mainProgram = "bonk";
maintainers = with maintainers; [ jpetrucciani ];
};
}
1 change: 1 addition & 0 deletions pkgs/cli/comcast.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ buildGo120Module rec {
inherit (src.meta) homepage;
description = "Simulating shitty network connections so you can build better systems";
license = licenses.asl20;
mainProgram = "comcast";
maintainers = with maintainers; [ jpetrucciani ];
};
}
1 change: 1 addition & 0 deletions pkgs/cli/dirdiff.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ rustPlatform.buildRustPackage rec {
description = "Efficiently compute the differences between two directories";
homepage = "https://github.com/ocamlpro/dirdiff";
license = licenses.mit;
mainProgram = "dirdiff";
maintainers = with maintainers; [ jpetrucciani ];
};
}
1 change: 1 addition & 0 deletions pkgs/cli/hunt.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "simplified find command made with rust";
license = licenses.mit;
mainProgram = "hunt";
maintainers = with maintainers; [ jpetrucciani ];
};
}
1 change: 1 addition & 0 deletions pkgs/cli/lastresort.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "Encode and decode data in base 256 easily typed words";
license = licenses.isc;
mainProgram = "lastresort";
maintainers = with maintainers; [ jpetrucciani ];
};
}
1 change: 1 addition & 0 deletions pkgs/cli/ov.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ buildGo120Module rec {
inherit (src.meta) homepage;
description = "Feature-rich terminal-based text viewer";
license = licenses.mit;
mainProgram = "ov";
maintainers = with maintainers; [ jpetrucciani ];
};
}
1 change: 1 addition & 0 deletions pkgs/cli/rare.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ buildGo120Module rec {
description =
"Realtime regex-extraction and aggregation into common formats such as histograms, bar graphs, numerical summaries, tables, and more";
license = licenses.gpl3Only;
mainProgram = "rare";
maintainers = with maintainers; [ jpetrucciani ];
};
}
1 change: 1 addition & 0 deletions pkgs/cli/tlsh-go.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ buildGo120Module rec {
inherit (src.meta) homepage;
description = "TLSH lib in Golang";
license = licenses.asl20;
mainProgram = "tlsh";
maintainers = with maintainers; [ jpetrucciani ];
};
}
2 changes: 2 additions & 0 deletions pkgs/cloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ This directory contains tooling related to various cloud providers

### [gofakes3.nix](./gofakes3.nix)

### [headscale-ui.nix](./headscale-ui.nix)

### [s3-edit.nix](./s3-edit.nix)

### [terraform-cloud-exporter.nix](./terraform-cloud-exporter.nix)
1 change: 1 addition & 0 deletions pkgs/cloud/coscli.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ buildGo120Module rec {
description = "";
homepage = "https://github.com/tencentyun/coscli";
license = licenses.asl20;
mainProgram = "coscli";
maintainers = with maintainers; [ jpetrucciani ];
};
}
1 change: 1 addition & 0 deletions pkgs/cloud/gke-gcloud-auth-plugin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ stdenvNoCC.mkDerivation rec {
mkdir -p $out/bin
mv ./bin/gke-gcloud-auth-plugin $out/bin/gke-gcloud-auth-plugin
'';
meta = { };
}
1 change: 1 addition & 0 deletions pkgs/cloud/s3-edit.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ buildGo120Module rec {
inherit (src.meta) homepage;
description = "Edit directly a file on Amazon S3 in CLI";
license = licenses.mit;
mainProgram = "s3-edit";
maintainers = with maintainers; [ jpetrucciani ];
};
}
2 changes: 2 additions & 0 deletions pkgs/k8s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This directory contains tools related to kubernetes

## In this directory

### [katafygio.nix](./katafygio.nix)

### [kubeshark.nix](./kubeshark.nix)

### [murre.nix](./murre.nix)
1 change: 1 addition & 0 deletions pkgs/k8s/katafygio.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ buildGo120Module rec {
inherit (src.meta) homepage;
description = "Dump, or continuously backup Kubernetes objects as yaml files in git";
license = licenses.mit;
mainProgram = "katafygio";
maintainers = with maintainers; [ jpetrucciani ];
};
}
1 change: 1 addition & 0 deletions pkgs/k8s/kubeshark.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@ stdenvNoCC.mkDerivation rec {

meta = with lib; {
license = licenses.mit;
mainProgram = "kubeshark";
};
}
1 change: 1 addition & 0 deletions pkgs/k8s/murre.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ buildGo120Module rec {
inherit (src.meta) homepage;
description = "on-demand, scaleable source of container resource metrics for K8s";
license = licenses.asl20;
mainProgram = "murre";
maintainers = with maintainers; [ jpetrucciani ];
};
}
1 change: 1 addition & 0 deletions pkgs/misc/horcrux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ buildGo120Module rec {
inherit (src.meta) homepage;
description = "Split your file into encrypted fragments so that you don't need to remember a passcode";
license = licenses.mit;
mainProgram = "horcrux";
maintainers = with maintainers; [ jpetrucciani ];
};
}
1 change: 1 addition & 0 deletions pkgs/misc/soulmsg.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ buildGo120Module rec {
description = "";
homepage = "https://github.com/derricw/soulmsg";
license = licenses.mit;
mainProgram = "soulmsg";
maintainers = with maintainers; [ jpetrucciani ];
};
}
1 change: 1 addition & 0 deletions pkgs/server/poglets.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ buildGo120Module rec {
inherit (src.meta) homepage;
description = "";
license = licenses.mit;
mainProgram = "poglets";
maintainers = with maintainers; [ jpetrucciani ];
};
}

0 comments on commit 1530eb5

Please sign in to comment.