mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat(..., firefox): break up
This commit is contained in:
parent
8f303c44e7
commit
0d28d7c601
21 changed files with 520 additions and 409 deletions
|
|
@ -1,12 +0,0 @@
|
|||
{pkgs, ...}:
|
||||
with pkgs;
|
||||
mkShell {
|
||||
nativeBuildInputs = [
|
||||
cargo
|
||||
rustc
|
||||
rustfmt
|
||||
rustPackages.clippy
|
||||
rust-analyzer
|
||||
];
|
||||
RUST_SRC_PATH = rustPlatform.rustLibSrc;
|
||||
}
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
{pkgs, ...}:
|
||||
with pkgs;
|
||||
mkShell {
|
||||
nativeBuildInputs = [
|
||||
jq
|
||||
ripgrep
|
||||
kubectl
|
||||
k9s
|
||||
terraform
|
||||
awscli
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue