Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ereslibre committed Dec 9, 2024
1 parent 0a8e5ca commit 669cc2a
Showing 1 changed file with 23 additions and 27 deletions.
50 changes: 23 additions & 27 deletions dotfiles/packages.nix
Original file line number Diff line number Diff line change
@@ -1,32 +1,28 @@
{pkgs, ...}: let
container-tools = with pkgs; ([dive reg regctl] ++ lib.optionals pkgs.stdenv.isLinux [distrobox]);
core-tools = with pkgs;
[
binutils
coreutils
curl
devenv
diffutils
dig
file
gnumake
gnupg
just
mtr
gnupg-pkcs11-scd
otpauth
ripgrep
rlwrap
tree
watch
wget
xxd
zstd
]
++ (
# Due to https://github.com/NixOS/nixpkgs/issues/349449
lib.optionals pkgs.stdenv.isLinux (with pkgs; [mosh])
);
core-tools = with pkgs; [
binutils
coreutils
curl
devenv
diffutils
dig
file
gnumake
gnupg
just
mosh
mtr
gnupg-pkcs11-scd
otpauth
ripgrep
rlwrap
tree
watch
wget
xxd
zstd
];
global-language-tools = with pkgs; [gopls gotools rustup];
kubernetes-tools = with pkgs; ([fluxcd kubectl kubernetes-helm kubeseal velero] ++ (lib.optionals pkgs.stdenv.isLinux [kind kube3d]));
platform-tools = with pkgs; [gh];
Expand Down

0 comments on commit 669cc2a

Please sign in to comment.