chore: add podman-tui and other goodies
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.
Update flake.lock / update-flake-lock (push) Failing after 4s

This commit is contained in:
Greg Hellings
2026-05-07 08:28:44 -05:00
parent 9eb9fdec6c
commit a1fb195bf4
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@
nixcopy = "nix copy --to \"s3://binary-cache/?profile=default&endpoint=nas.home%3A9000&scheme=http\""; nixcopy = "nix copy --to \"s3://binary-cache/?profile=default&endpoint=nas.home%3A9000&scheme=http\"";
r = "run0"; r = "run0";
updateScript = "nix-shell maintainers/scripts/update.nix --argstr package"; updateScript = "nix-shell maintainers/scripts/update.nix --argstr package";
p = "${lib.getExe pkgs.podman-tui}";
# General # General
k = "kubectl"; k = "kubectl";
+3
View File
@@ -29,6 +29,8 @@ in
just just
mcp-grafana mcp-grafana
nixVersions.stable nixVersions.stable
podman
poetry
pre-commit pre-commit
(pulumi.withPackages (p: with p; [ (pulumi.withPackages (p: with p; [
pulumi-aws-native pulumi-aws-native
@@ -39,6 +41,7 @@ in
])) ]))
python python
rustc rustc
terraform
]; ];
}; };