mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 09:01:16 +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 =
|
extras =
|
||||||
(with pkgs; [
|
(with pkgs; [
|
||||||
awscli2
|
awscli2
|
||||||
cadaver
|
|
||||||
claudePackage
|
claudePackage
|
||||||
pkgs.codex
|
pkgs.codex
|
||||||
coreutils-prefixed
|
coreutils-prefixed
|
||||||
|
|
@ -62,6 +61,9 @@ in
|
||||||
terraform
|
terraform
|
||||||
yt-dlp
|
yt-dlp
|
||||||
])
|
])
|
||||||
|
++ lib.optionals pkgs.stdenv.isLinux [
|
||||||
|
pkgs.cadaver
|
||||||
|
]
|
||||||
++ lib.optionals pkgs.stdenv.isDarwin [
|
++ lib.optionals pkgs.stdenv.isDarwin [
|
||||||
pkgs.texliveFull
|
pkgs.texliveFull
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue