about summary refs log tree commit diff
path: root/pkgs/by-name/ta
AgeCommit message (Collapse)AuthorFilesLines
2024-05-18Merge pull request #312047 from r-ryantm/auto-update/tailscale-nginx-authAleksana1-2/+2
tailscale-nginx-auth: 1.66.0 -> 1.66.3
2024-05-16tabby: 0.11.0 -> 0.11.1R. Ryantm2-16/+16
2024-05-15tailscale-nginx-auth: 1.66.0 -> 1.66.3R. Ryantm1-2/+2
2024-05-14Merge pull request #311443 from pluiedev/zhf-24.05/tartanWeijia Wang1-0/+54
tartan: 0.3.0-unstable-2021-12-13 -> 0.3.0-unstable-2023-10-11
2024-05-14tartan: 0.3.0-unstable-2021-12-13 -> 0.3.0-unstable-2023-10-11Leah Amelia Chen1-0/+54
Also reformatted with `nixfmt-rfc-style` and moved to `by-name`
2024-05-14Merge pull request #310765 from r-ryantm/auto-update/tabbyWeijia Wang2-710/+1179
tabby: 0.10.0 -> 0.11.0
2024-05-11Merge pull request #310270 from r-ryantm/auto-update/tailscale-nginx-authWeijia Wang1-3/+3
tailscale-nginx-auth: 1.64.2 -> 1.66.0
2024-05-11Merge pull request #305650 from mlaradji/update-taskwarrior3-3.0.1Jonas Chevalier1-10/+10
taskwarrior3: 3.0.0-unstable-2024-04-07 -> 3.0.2
2024-05-11tabby: 0.10.0 -> 0.11.0R. Ryantm2-710/+1179
2024-05-09tailscale-nginx-auth: 1.64.2 -> 1.66.0R. Ryantm1-3/+3
2024-05-08Merge pull request #307441 from adamcstephens/tabbyAdam C. Stephens2-166/+969
tabby: 0.8.3 -> 0.10.0
2024-04-28tabby: 0.8.3 -> 0.10.0Adam Stephens2-166/+969
https://github.com/TabbyML/tabby/releases/tag/v0.10.0
2024-04-28taler-merchant: 0.10.1 -> 0.10.2Weijia Wang1-3/+3
2024-04-28taler-exchange: 0.10.1 -> 0.10.2Weijia Wang1-9/+2
2024-04-28Merge pull request #307166 from wegank/taler-by-nameWeijia Wang2-0/+192
taler: move to pkgs/by-name
2024-04-27taskwarrior3: 3.0.1 -> 3.0.2Mohamed Laradji1-4/+4
https://github.com/GothenburgBitFactory/taskwarrior/releases/tag/v3.0.2
2024-04-27taskwarrior3: 3.0.0-unstable-2024-04-07 -> 3.0.1Mohamed Laradji1-10/+10
https://github.com/GothenburgBitFactory/taskwarrior/releases/tag/v3.0.1
2024-04-27taler: move to pkgs/by-nameWeijia Wang2-0/+192
2024-04-27Merge pull request #305567 from r-ryantm/auto-update/tailscale-nginx-authWeijia Wang1-2/+2
tailscale-nginx-auth: 1.64.0 -> 1.64.2
2024-04-26maintainers: drop dandersonDave Anderson1-1/+1
2024-04-24taskwarrior3: fix builds on darwinImran Iqbal1-0/+5
Currently when trying to build on darwin the following error is raised: > ld: framework not found Security When the Security framework is added as an input to the build, it next fails on: > ld: framework not found SystemConfiguration Once both of these are added as inputs the build passes and the resulting binary can be used to access/manipulate the task db.
2024-04-20tailscale-nginx-auth: 1.64.0 -> 1.64.2R. Ryantm1-2/+2
2024-04-19Merge pull request #303632 from mlaradji/add-taskwarrior-3Matthias Beyer2-0/+112
Add taskwarrior3 and taskchampion-sync-server
2024-04-15Merge pull request #303911 from SuperSandro2000/tailscalesdSandro1-0/+28
tailscalesd: init at 0.3.0
2024-04-14tailscale-nginx-auth: 1.62.1 -> 1.64.0R. Ryantm1-3/+3
2024-04-14tailscalesd: init at 0.3.0Sandro Jäckel1-0/+28
2024-04-13taskchampion-sync-server: init at 0.4.1-unstable-2024-04-08Mohamed Laradji1-0/+29
2024-04-13taskwarrior3: init at 3.0.0-unstable-2024-04-07Mohamed Laradji1-0/+83
2024-04-05tangerine: init at 2024-04-05Stanisław Pitucha1-0/+40
2024-04-03Merge pull request #301038 from r-ryantm/auto-update/tailscale-nginx-authNick Cao1-2/+2
tailscale-nginx-auth: 1.62.0 -> 1.62.1
2024-04-02tailscale-nginx-auth: 1.62.0 -> 1.62.1R. Ryantm1-2/+2
2024-04-01tabby: use pkgs.autoAddDriverRunpathJonathan Ringer1-3/+2
2024-03-25tailscale-nginx-auth: 1.58.2 -> 1.62.0R. Ryantm1-3/+3
2024-03-20Merge master into staging-nextgithub-actions[bot]1-1/+1
2024-03-19Merge pull request #281576 from yannham/refactor/cuda-setup-hooks-refactorSomeone1-1/+1
cudaPackages: generalize and refactor setup hooks
2024-03-15cudaPackages: generalize and refactor setup hookYann Hamdaoui1-1/+1
This PR refactor CUDA setup hooks, and in particular autoAddOpenGLRunpath and autoAddCudaCompatRunpathHook, that were using a lot of code in common (in fact, I introduced the latter by copy pasting most of the bash script of the former). This is not satisfying for maintenance, as a recent patch showed, because we need to duplicate changes to both hooks. This commit abstract the common part in a single shell script that applies a generic patch action to every elf file in the output. For autoAddOpenGLRunpath the action is just addOpenGLRunpath (now addDriverRunpath), and is few line function for autoAddCudaCompatRunpathHook. Doing so, we also takes the occasion to use the newer addDriverRunpath instead of the previous addOpenGLRunpath, and rename the CUDA hook to reflect that as well. Co-Authored-By: Connor Baker <connor.baker@tweag.io>
2024-03-13Merge master into staging-nextgithub-actions[bot]1-0/+111
2024-03-13Merge pull request #292527 from massix/feat/add-tanaa-n-n-a-l-e-e1-0/+111
tana: init at 1.0.15
2024-03-13tana: init at 1.0.15Massimo Gengarelli1-0/+111
2024-03-11llvmPackages_{12,13,14,15,16,17,git}.{libcxx,libcxxabi}: merge libcxxabi ↵a-n-n-a-l-e-e1-7/+1
into libcxx (#292043) - merge libcxxabi into libcxx for LLVM 12, 13, 14, 15, 16, 17, and git. - remove the link time workaround `-lc++ -lc++abi` from 58 packages as it is no longer required. - fixes https://github.com/NixOS/nixpkgs/issues/166205 - provides alternative fixes for. https://github.com/NixOS/nixpkgs/issues/269548 https://github.com/NixOS/nix/issues/9640 - pkgsCross.x86_64-freebsd builds work again This change can be represented in 3 stages 1. merge libcxxabi into libcxx -- files: pkgs/development/compilers/llvm/[12, git]/{libcxx, libcxxabi} 2. update stdenv to account for merge -- files: stdenv.{adapters, cc.wrapper, darwin} 3. remove all references to libcxxabi outside of llvm (about 58 packages modified) ### merging libcxxabi into libcxx - take the union of the libcxxabi and libcxx cmake flags - eliminate the libcxx-headers-only package - it was only needed to break libcxx <-> libcxxabi circular dependency - libcxx.cxxabi is removed. external cxxabi (freebsd) will symlink headers / libs into libcxx. - darwin will re-export the libcxxabi symbols into libcxx so linking `-lc++` is sufficient. - linux/freebsd `libc++.so` is a linker script `LINK(libc++.so.1, -lc++abi)` making `-lc++` sufficient. - libcxx/default.nix [12, 17] are identical except for patches and `LIBCXX_ADDITIONAL_LIBRARIES` (only used in 16+) - git/libcxx/defaul.nix does not link with -nostdlib when useLLVM is true so flag is removed. this is not much different than before as libcxxabi used -nostdlib where libcxx did not, so libc was linked in anyway. ### stdenv changes - darwin bootstrap, remove references to libcxxabi and cxxabi - cc-wrapper: remove c++ link workaround when libcxx.cxxabi doesn't exist (still exists for LLVM pre 12) - adapter: update overrideLibcxx to account for a pkgs.stdenv that only has libcxx ### 58 package updates - remove `NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}` as no longer needed - swift, nodejs_v8 remove libcxxabi references in the clang override https://github.com/NixOS/nixpkgs/pull/292043
2024-03-07tabby: 0.7.0 -> 0.8.3Will Owens3-24/+5661
- Added support for AMD ROCm accleration - Added support for Darwin Aarch64 Metal acceleration https://github.com/TabbyML/tabby/releases/tag/v0.8.3
2024-02-29Merge pull request #291744 from ghthor/upstream-tabbyYt1-0/+73
tabby: init at 0.7.0 take 2
2024-02-27tabby: bump to version 0.7.0Will Owens1-4/+4
2024-02-27tabby: add nvidia cuda supportWill Owens1-0/+73
2024-01-31taschenrechner: 1.3.0 -> 1.4.0R. Ryantm1-3/+3
2024-01-27tailscale-nginx-auth: 1.58.0 -> 1.58.2R. Ryantm1-2/+2
2024-01-22tailscale-nginx-auth: 1.56.1 -> 1.58.0R. Ryantm1-3/+3
2024-01-14Merge pull request #278992 from ehmry/tarlzGuillaume Girol1-0/+30
tarlz: 0.24 -> 0.25
2024-01-12tailwindcss-language-server: 0.0.14 -> 0.0.16R. Ryantm1-3/+3
2024-01-05tarlz: 0.24 -> 0.25Emery Hemingway1-0/+30