about summary refs log tree commit diff
path: root/pkgs/by-name/te
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09Merge remote-tracking branch 'origin/master' into staging-nextAlyssa Ross8-8/+8
Conflicts: pkgs/applications/blockchains/polkadot/default.nix
2024-06-09treewide: Remove the definite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt7-7/+7
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09Merge master into staging-nextgithub-actions[bot]1-2/+2
2024-06-09Merge #318447: rustc: disable wasm32 if some gcc options are setVladimír Čunát1-0/+3
...into staging-next
2024-06-09rustc: disable wasm32 if some gcc options are setAlyssa Ross1-0/+3
This is a temporary fix to get rustc building again with these configurations (which notably include the default aarch64-darwin one) without causing a stdenv rebuild. The real fix will be to avoid passing these options through the Clang wrapper when the target is overridden. It could be that there are packages that need wasm32-unknown-unknown beyond those I've marked as broken here — it's impossible to be sure without a full rebuild. But this should be most of them.
2024-06-08tenv: 1.11.6 -> 2.0.3R. Ryantm1-2/+2
2024-06-08Merge master into staging-nextgithub-actions[bot]1-2/+2
2024-06-08terraform-plugin-docs: 0.19.3 -> 0.19.4R. Ryantm1-2/+2
2024-06-06Merge master into staging-nextgithub-actions[bot]4-0/+1070
2024-06-06Merge pull request #225445 from chayleaf/techminoPeder Bergebakken Sundt4-0/+1070
techmino: init at 0.17.16
2024-06-06techmino: init at 0.17.16chayleaf4-0/+1070
2024-06-06Merge master into staging-nextgithub-actions[bot]1-3/+3
2024-06-05tera-cli: 0.3.0 -> 0.4.0Uwe Schlifkowitz1-3/+3
2024-06-02Merge master into staging-nextgithub-actions[bot]1-2/+2
2024-06-02Merge pull request #314879 from r-ryantm/auto-update/telescopeWeijia Wang1-2/+2
telescope: 0.9 -> 0.9.1
2024-06-01Merge master into staging-nextgithub-actions[bot]1-2/+2
2024-06-01Merge pull request #316339 from r-ryantm/auto-update/tenvh7x41-2/+2
tenv: 1.11.5 -> 1.11.6
2024-06-01tenv: 1.11.5 -> 1.11.6R. Ryantm1-2/+2
2024-06-01Merge master into staging-nextgithub-actions[bot]1-3/+3
2024-05-31terraform-plugin-docs: 0.19.2 -> 0.19.3R. Ryantm1-3/+3
2024-05-31Merge branch 'staging' into staging-nextVladimír Čunát1-1/+1
2024-05-30textpieces: 3.4.1 -> 4.0.6zendo2-46/+2537
2024-05-29rustc: don't try to use non-existent rust-lldAlyssa Ross1-1/+1
This removes the need to manually override Rust's default linker for every package that builds for wasm32-unknown-unknown.
2024-05-29textpieces: move to by-namezendo1-0/+86
2024-05-29Merge pull request #314918 from r-ryantm/auto-update/templWeijia Wang1-2/+2
templ: 0.2.697 -> 0.2.707
2024-05-26tenv: 1.11.2 -> 1.11.5R. Ryantm1-3/+3
2024-05-26templ: 0.2.697 -> 0.2.707R. Ryantm1-2/+2
2024-05-26telescope: 0.9 -> 0.9.1R. Ryantm1-2/+2
2024-05-26Merge pull request #312471 from natsukium/textlint/repackageOTABI Tomoya30-0/+1113
textlint: repackage with buildNpmPackage
2024-05-25textlint-rule-common-misspellings: repackagenatsukium3-0/+138
There is no lock file in this package, but it is old and stable enough so that we handle dependencies manually.
2024-05-22Merge #313218: init `televido` at 0.3.0nicoo1-0/+59
2024-05-22televido: init at 0.3.0Alexander Linder1-0/+59
2024-05-22tenv: update description, homepage, add official maintainers (#312885)kvendingoldo1-3/+3
* feat: update tenv derivation * Update pkgs/by-name/te/tenv/package.nix Co-authored-by: Aleksana <alexander.huang.y@gmail.com> * Update package.nix --------- Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
2024-05-21Merge pull request #313191 from r-ryantm/auto-update/tenvNick Cao1-2/+2
tenv: 1.11.0 -> 1.11.2
2024-05-20tenv: 1.11.0 -> 1.11.2R. Ryantm1-2/+2
2024-05-20templ: 0.2.680 -> 0.2.697R. Ryantm1-3/+3
2024-05-17tenki: 1.10.0 -> 1.11.0R. Ryantm1-3/+3
2024-05-18textlint-rule-no-start-duplicated-conjunction: repackage with fetchYarnDepsnatsukium3-0/+84
2024-05-18textlint-rule-abbr-within-parentheses: repackage with fetchYarnDepsnatsukium3-0/+82
2024-05-18textlint-rule-period-in-list-item: repackage with fetchYarnDepsnatsukium3-0/+82
2024-05-18textlint-rule-unexpanded-acronym: repackage with fetchYarnDepsnatsukium3-0/+82
2024-05-18textlint-rule-en-max-word-count: repackage with fetchYarnDepsnatsukium3-0/+82
2024-05-18textlint-rule-terminology: repackage with buildNpmPackagenatsukium3-0/+39
2024-05-18textlint-plugin-latex2e: init at 1.2.1-unstable-2024-02-05natsukium3-0/+43
2024-05-18textlint-rule-stop-words: repackage with buildNpmPackagenatsukium3-0/+39
2024-05-18textlint-rule-diacritics: repackage with buildNpmPackagenatsukium3-0/+39
2024-05-18textlint-rule-write-good: repackage with fetchYarnDepsnatsukium3-0/+82
2024-05-18textlint-rule-alex: repackage with buildNpmPackagenatsukium3-0/+37
2024-05-18textlint-rule-max-comma: repackage with fetchYarnDepsnatsukium3-0/+82