rm (#25)
Some checks are pending
quality / changes (push) Waiting to run
quality / Flake Check (push) Blocked by required conditions
quality / Nix Format Check (push) Blocked by required conditions
quality / Deploy netty (push) Blocked by required conditions

This commit is contained in:
Hari 2026-04-01 15:54:03 -04:00 committed by GitHub
parent 8b04787d62
commit 50702bc647
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,6 @@ in
extras =
(with pkgs; [
awscli2
cadaver
claudePackage
pkgs.codex
coreutils-prefixed
@ -62,6 +61,9 @@ in
terraform
yt-dlp
])
++ lib.optionals pkgs.stdenv.isLinux [
pkgs.cadaver
]
++ lib.optionals pkgs.stdenv.isDarwin [
pkgs.texliveFull
]