mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 04:03:30 +00:00
rm (#25)
This commit is contained in:
parent
8b04787d62
commit
50702bc647
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue