chore: add podman-tui and other goodies
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
nixcopy = "nix copy --to \"s3://binary-cache/?profile=default&endpoint=nas.home%3A9000&scheme=http\"";
|
||||
r = "run0";
|
||||
updateScript = "nix-shell maintainers/scripts/update.nix --argstr package";
|
||||
p = "${lib.getExe pkgs.podman-tui}";
|
||||
|
||||
# General
|
||||
k = "kubectl";
|
||||
|
||||
@@ -29,6 +29,8 @@ in
|
||||
just
|
||||
mcp-grafana
|
||||
nixVersions.stable
|
||||
podman
|
||||
poetry
|
||||
pre-commit
|
||||
(pulumi.withPackages (p: with p; [
|
||||
pulumi-aws-native
|
||||
@@ -39,6 +41,7 @@ in
|
||||
]))
|
||||
python
|
||||
rustc
|
||||
terraform
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user