Commit Graph

4735 Commits

Author SHA1 Message Date
Peder Bergebakken Sundt
1cbae1f817 crowdin-cli: use finalAttrs.finalPackage 2024-09-24 23:28:51 +02: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
Jörg Thalheim
88ae0a7191 gnugrep: fix eval on windows 2024-09-24 10:59:23 +02:00
Damien Cassou
d266adc5a7
crowdin-cli: 4.1.2 -> 4.2.0 (#343957) 2024-09-23 17:22:35 +02:00
R. Ryantm
ce8ecb30b1 crowdin-cli: 4.1.2 -> 4.2.0 2024-09-23 13:10:26 +00:00
R. Ryantm
6e4d0242b0 mdbook-mermaid: 0.13.0 -> 0.14.0 2024-09-23 10:04:20 +00:00
Nick Cao
1f836cd601
riffdiff: 3.2.1 -> 3.3.0 (#343529) 2024-09-22 09:31:53 -04:00
R. Ryantm
9ed482813f riffdiff: 3.2.1 -> 3.3.0 2024-09-21 15:39:51 +00:00
Tristan Ross
3fdf8a8f68
sourceHighlight: fix tests with llvm 2024-09-20 18:24:26 -07:00
Peder Bergebakken Sundt
01e6f3a331
papertrail: 0.10.1 -> 0.11.2 (#342289) 2024-09-20 21:01:40 +02:00
brprice
54a555af49 papertrail: testVersion 2024-09-20 17:57:04 +01:00
brprice
ebb35da60b papertrail: 0.10.1 -> 0.11.2 2024-09-20 17:55:04 +01:00
R. Ryantm
74d496e1de mdcat: 2.3.1 -> 2.4.0 2024-09-20 15:31:00 +00:00
Sandro
8bd64f269a
paperoni: drop (#327011) 2024-09-20 00:34:29 +02:00
Jörg Thalheim
293dd6c11f
paperoni: drop
Package hasn't see any package and is still marked as alpha.
We don't have any maintainer for this package either.
2024-09-19 02:35:16 +02:00
Nick Cao
44d3607d87
goawk: 1.27.0 -> 1.28.0 (#341778) 2024-09-14 09:27:40 -04:00
Ashish SHUKLA
22aca3a426
goawk: 1.27.0 -> 1.28.0
Changes: https://github.com/benhoyt/goawk/releases/tag/v1.28.0
2024-09-14 14:30:24 +05:30
Austin Seipp
345c263f2f zoekt: unstable-2022-11-09 -> 0-unstable-2024-09-05
Also incorporate `nix-update-script`, so the update robot can prevent future
bitrotting (there are no stable release tags at all.)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2024-09-13 11:03:24 -05:00
Peder Bergebakken Sundt
df805a893e
diffsitter: add updateScript and versionCheckHook (#336957) 2024-09-12 15:46:21 +02:00
github-actions[bot]
f3e8528ff7
Merge master into staging-next 2024-09-09 14:31:17 +00:00
Nick Cao
fcf46fea34
riffdiff: 3.2.0 -> 3.2.1 (#340659) 2024-09-09 08:45:40 -04:00
github-actions[bot]
90a93f92bb
Merge master into staging-next 2024-09-09 12:05:58 +00:00
0x4A6F
871e5f3e2f
igrep: 1.2.0 -> 1.3.0 (#340644) 2024-09-09 08:48:51 +02:00
github-actions[bot]
92d531057e
Merge master into staging-next 2024-09-09 06:05:06 +00:00
Muhammad Falak R Wani
a50558ec92 ripgrep: 14.1.0 -> 14.1.1
Diff: https://github.com/BurntSushi/ripgrep/compare/14.1.0...14.1.1
Changelog: https://github.com/BurntSushi/ripgrep/releases/tag/14.1.1
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-09-09 15:22:43 +10:00
R. Ryantm
3f8ff01747 riffdiff: 3.2.0 -> 3.2.1 2024-09-09 02:34:51 +00:00
R. Ryantm
8a9f9c9a9c igrep: 1.2.0 -> 1.3.0 2024-09-09 01:32:36 +00:00
github-actions[bot]
3b1652aad3
Merge master into staging-next 2024-09-08 18:04:04 +00:00
Nick Cao
a69ac3075a
autocorrect: 2.9.0 -> 2.11.1 (#283761) 2024-09-08 09:14:52 -04:00
github-actions[bot]
079813d5c4
Merge master into staging-next 2024-09-06 18:03:54 +00:00
R. Ryantm
f5ca707f27 crowdin-cli: 4.1.1 -> 4.1.2 2024-09-06 13:29:40 +00:00
github-actions[bot]
25ef10109d
Merge master into staging-next 2024-09-06 00:13:20 +00:00
Nick Cao
f7ef593000
hcledit: 0.2.14 -> 0.2.15 (#339746) 2024-09-05 15:27:00 -04:00
github-actions[bot]
37c947df6c
Merge master into staging-next 2024-09-05 12:05:31 +00:00
R. Ryantm
bbbc220850 hcledit: 0.2.14 -> 0.2.15 2024-09-05 09:15:52 +00:00
Dominik Xaver Hörl
27e688054e runiq: 2.0.0 -> 2.0.0-unstable-2024-08-19
Build from git to allow compiling with rust 1.80, until there is an upstream release containing a642926f6ec09d4faeebebb563d4aed89e0d36fb.
2024-09-05 10:47:56 +02:00
K900
23b4832da0 Merge remote-tracking branch 'origin/master' into staging-next 2024-09-04 08:53:48 +03:00
Nick Cao
aa12d954f2
reveal-md: 6.1.2 -> 6.1.3 (#338647) 2024-09-03 15:26:03 -04:00
Aleksana
9685d9f297
zet: fix build (#336435) 2024-09-04 01:08:55 +08:00
ghpzin
fbffac3af1
zet: fix build 2024-09-03 19:11:56 +03:00
github-actions[bot]
f20de6f5f1
Merge staging-next into staging 2024-08-31 18:04:19 +00:00
R. Ryantm
7ffc5523d6 reveal-md: 6.1.2 -> 6.1.3 2024-08-31 15:39:47 +00:00
Nick Cao
79e8e2d0d6
jotdown: 0.4.1 -> 0.5.0 (#338360) 2024-08-31 09:10:39 -04:00
github-actions[bot]
fab50d5f8d
Merge staging-next into staging 2024-08-31 00:13:46 +00:00
github-actions[bot]
dcad9b571a
Merge master into staging-next 2024-08-31 00:13:18 +00:00
R. Ryantm
47e25f0be1 jotdown: 0.4.1 -> 0.5.0 2024-08-30 09:13:11 +00:00
R. Ryantm
b1279cd7bb hcledit: 0.2.13 -> 0.2.14 2024-08-30 01:21:07 +00:00
Bruno Bigras
048c4cc3e0 diffsitter: add updateScript and versionCheckHook 2024-08-26 21:01:11 -04:00
github-actions[bot]
32f893fe9e
Merge staging-next into staging 2024-08-27 00:13:33 +00:00
github-actions[bot]
0629545b27
Merge master into staging-next 2024-08-27 00:13:08 +00:00