R. Ryantm
84c19c39a6
typos-lsp: 0.1.26 -> 0.1.27
2024-10-05 01:15:42 +00:00
Merlin Humml
4f9cbe839b
typos: move to by-name and formatting
2024-10-01 15:16:37 +02:00
Honnip
c6bf161ba4
typos-lsp: 0.1.19 -> 0.1.26
2024-09-25 23:39:00 +09:00
Gaetan Lepage
0614cadd34
typstyle: 0.11.32 -> 0.11.34
...
Diff: https://github.com/Enter-tainer/typstyle/compare/refs/tags/v0.11.32...v0.11.34
Changelog: https://github.com/Enter-tainer/typstyle/blob/refs/tags/v0.11.34/CHANGELOG.md
2024-09-24 23:59:41 +02:00
Artturin
63fa53d97c
treewide: reformat files which need reformatting after
...
`treewide: replace stdenv.is with stdenv.hostPlatform.is`
2024-09-25 00:04:39 +03:00
Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Peder Bergebakken Sundt
ebc2389134
treewide: remove refs/tags/
from github release meta.changelog
urls
...
diff of `jq <packages.json 'to_entries[]|"\(.key) \(.value.meta.changelog)"' -r`:
https://gist.github.com/pbsds/49b2e2ae5c9b967a0972bbc3c2597c12
2024-08-29 22:45:00 -04:00
Gaetan Lepage
a09a3a78a7
typst-lsp: move to pkgs/by-name
2024-08-22 13:24:07 +02:00
Pol Dellaiera
d9a8d4e344
Merge pull request #336289 from drupol/typstwriter/bump/0-2
...
typstwriter: 0.1 -> 0.2
2024-08-21 11:50:00 +02:00
Pol Dellaiera
a957136bfd
typstwriter: 0.1 -> 0.2
...
Diff: https://github.com/Bzero/typstwriter/compare/V0.1...V0.2
Changelog: https://github.com/Bzero/typstwriter/releases/tag/V0.2
2024-08-21 10:29:30 +02:00
Peder Bergebakken Sundt
7de6ca1d76
typstyle: 0.11.31 -> 0.11.32
...
Changelog: https://github.com/Enter-tainer/typstyle/blob/refs/tags/v0.11.32/CHANGELOG.md
2024-08-21 00:59:03 +02:00
Emily
4daa382907
typst: patch Cargo.lock
for Rust 1.80
...
The joys of manually editing lock files with a text editor!
See: #332957
2024-08-09 21:26:51 +01:00
Gaetan Lepage
6bd4b69666
typstyle: 0.11.30 -> 0.11.31
...
Diff: https://github.com/Enter-tainer/typstyle/compare/refs/tags/v0.11.30...v0.11.31
Changelog: https://github.com/Enter-tainer/typstyle/blob/refs/tags/v0.11.31/CHANGELOG.md
2024-08-08 22:51:45 +02:00
Emery Hemingway
caa189d71a
typodermic-free-fonts: 2023a -> 2024-04
2024-08-03 07:51:46 +00:00
Emery Hemingway
e7d978fba3
typodermic-public-domain: 2022-11 -> 2024-04
2024-08-03 07:51:46 +00:00
BirdeeHub
623403fdd5
typescript-language-server: fix requires typescript
...
typescript-language-server had an override that used lndir to
provide the typescript dependency. When typescript-language-server
was moved, this was not included.
2024-07-22 04:28:38 -07:00
Gaetan Lepage
cc4234c6c0
typstyle: 0.11.29 -> 0.11.30
...
Diff: https://github.com/Enter-tainer/typstyle/compare/refs/tags/v0.11.29...v0.11.30
Changelog: https://github.com/Enter-tainer/typstyle/blob/refs/tags/v0.11.30/CHANGELOG.md
2024-07-17 07:48:47 +02:00
Gaetan Lepage
ecaedc6448
typstyle: 0.11.28 -> 0.11.29
...
Diff: https://github.com/Enter-tainer/typstyle/compare/refs/tags/v0.11.28...v0.11.29
Changelog: https://github.com/Enter-tainer/typstyle/blob/refs/tags/v0.11.29/CHANGELOG.md
2024-07-13 11:05:46 +02:00
Gaetan Lepage
2318466065
typst-preview: remove package
2024-07-07 17:50:23 +02:00
Pol Dellaiera
ff4904b7a7
typstwriter: init at 0.1
2024-07-06 18:11:18 +02:00
Robert Schütz
adea7527cc
typescript-language-server: use fetchYarnDeps
2024-07-06 10:56:42 +02:00
Gaetan Lepage
aa601293e4
typstyle: 0.11.27 -> 0.11.28
...
Diff: https://github.com/Enter-tainer/typstyle/compare/refs/tags/v0.11.27...v0.11.28
Changelog: https://github.com/Enter-tainer/typstyle/blob/refs/tags/v0.11.28/CHANGELOG.md
2024-06-25 16:19:14 +02:00
Gaetan Lepage
7b91f2dd95
typstyle: 0.11.26 -> 0.11.27
...
Diff: https://github.com/Enter-tainer/typstyle/compare/refs/tags/v0.11.26...v0.11.27
Changelog: https://github.com/Enter-tainer/typstyle/blob/refs/tags/v0.11.27/CHANGELOG.md
2024-06-21 09:44:35 +02:00
R. Ryantm
fbfc95c58b
typos-lsp: 0.1.18 -> 0.1.19
2024-06-16 16:39:57 +00:00
Gaetan Lepage
37c81452f0
typstyle: 0.11.25 -> 0.11.26
...
Diff: https://github.com/Enter-tainer/typstyle/compare/refs/tags/v0.11.25...v0.11.26
Changelog: https://github.com/Enter-tainer/typstyle/blob/refs/tags/v0.11.26/CHANGELOG.md
2024-06-13 16:48:04 +02:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
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-09 23:07:45 +02:00
Pol Dellaiera
070962936b
typst-preview: 0.11.6 -> 0.11.7
2024-06-09 19:21:29 +02:00
Gaetan Lepage
b9ce5c3cee
typstyle: 0.11.24 -> 0.11.25
...
Diff: https://github.com/Enter-tainer/typstyle/compare/refs/tags/v0.11.24...v0.11.25
Changelog: https://github.com/Enter-tainer/typstyle/blob/refs/tags/v0.11.25/CHANGELOG.md
2024-06-09 13:24:56 +02:00
Gaetan Lepage
e6aa3cace2
typstyle: 0.11.23 -> 0.11.24
...
Diff: https://github.com/Enter-tainer/typstyle/compare/refs/tags/v0.11.23...v0.11.24
Changelog: https://github.com/Enter-tainer/typstyle/blob/refs/tags/v0.11.24/CHANGELOG.md
2024-05-27 20:25:45 +02:00
Gaetan Lepage
71c95365c6
typstyle: 0.11.22 -> 0.11.23
...
Diff: https://github.com/Enter-tainer/typstyle/compare/v0.11.22...v0.11.23
Changelog: https://github.com/Enter-tainer/typstyle/blob/v0.11.23/CHANGELOG.md
2024-05-25 17:28:49 +02:00
Gaetan Lepage
007a604add
typstyle: 0.11.21 -> 0.11.22
...
Diff: https://github.com/Enter-tainer/typstyle/compare/v0.11.21...v0.11.22
Changelog: https://github.com/Enter-tainer/typstyle/blob/v0.11.22/CHANGELOG.md
2024-05-21 09:57:05 +02:00
Pol Dellaiera
27ce0d6e0f
typstyle: 0.11.16 -> 0.11.21
2024-05-19 09:56:57 +02:00
Pol Dellaiera
0f4f8ccccf
typst-preview: 0.11.4 -> 0.11.6
2024-05-19 09:47:30 +02:00
Gabriel Fontes
7bd6d9548e
typst: run tests
2024-05-17 15:05:38 -03:00
Gabriel Fontes
a73f616769
typst: add passthru.updateScript
2024-05-17 15:05:12 -03:00
Gaetan Lepage
eaf175898a
typst: 0.11.0 -> 0.11.1
...
Diff: https://github.com/typst/typst/compare/v0.11.0...v0.11.1
Changelog: https://github.com/typst/typst/releases/tag/v0.11.1
2024-05-17 18:04:21 +02:00
Pol Dellaiera
d62966d066
typos-lsp: add comment
2024-05-04 23:00:26 +02:00
Pol Dellaiera
9144937ddb
Merge pull request #308547 from r-ryantm/auto-update/typos-lsp
...
typos-lsp: 0.1.17 -> 0.1.18
2024-05-03 13:20:38 +02:00
Léana 江
1d35c905a8
typstyle: 0.11.13 -> 0.11.16
2024-05-03 10:45:43 +02:00
R. Ryantm
c06b17f1b1
typos-lsp: 0.1.17 -> 0.1.18
2024-05-02 15:05:06 +00:00
mgt
f4d58e6a1b
typstyle: 0.11.12 -> 0.11.13
2024-04-12 23:21:01 +08:00
Pol Dellaiera
118bca639e
Merge pull request #302857 from Enter-tainer/mgt/typst-preview-v0.11.4
...
typst-preview: 0.11.2 -> 0.11.4
2024-04-11 10:36:28 +02:00
mgt
1eb936134b
typst-preview: 0.11.2 -> 0.11.4
2024-04-09 23:25:48 +08:00
Pol Dellaiera
70cc997822
typstyle: 0.11.11 -> 0.11.12
2024-04-09 14:52:01 +02:00
r-vdp
f3d439a257
typos-lsp: 0.1.16 -> 0.1.17
...
See https://github.com/tekumara/typos-lsp/releases/tag/v0.1.17
2024-04-08 14:09:03 +02:00
mgt
2c153f23fd
typstyle: 0.11.8 -> 0.11.11
2024-04-06 01:04:54 +08:00
Pol Dellaiera
3567be999c
typstyle: 0.11.5 -> 0.11.8
2024-04-01 09:59:54 +02:00
Pol Dellaiera
02910df6a5
typst-live: move to pkgs/by-name
2024-03-30 11:09:11 +01:00
Pol Dellaiera
800ca604c7
typstyle: init at 0.11.5
2024-03-29 11:44:01 +01:00
R. Ryantm
8701daf46b
typos-lsp: 0.1.15 -> 0.1.16
2024-03-26 13:01:34 +00:00