feat(..., firefox): break up

This commit is contained in:
Kat Inskip 2025-04-06 17:11:05 -07:00
parent 8f303c44e7
commit 0d28d7c601
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
21 changed files with 520 additions and 409 deletions

View file

@ -1,12 +0,0 @@
{pkgs, ...}:
with pkgs;
mkShell {
nativeBuildInputs = [
cargo
rustc
rustfmt
rustPackages.clippy
rust-analyzer
];
RUST_SRC_PATH = rustPlatform.rustLibSrc;
}

View file

@ -1,12 +0,0 @@
{pkgs, ...}:
with pkgs;
mkShell {
nativeBuildInputs = [
jq
ripgrep
kubectl
k9s
terraform
awscli
];
}