Commit Graph

8575 Commits

Author SHA1 Message Date
github-actions[bot]
579054c806
Merge master into staging-next 2024-10-04 00:14:14 +00:00
Nick Cao
d9aeb6fb44
gql: 0.27.0 -> 0.28.0 (#346122) 2024-10-03 16:10:33 -04:00
h7x4
8d76a16d38
git-town: 16.2.1 -> 16.3.0 (#345674) 2024-10-03 21:07:35 +02:00
R. Ryantm
f3fd2a146c gql: 0.27.0 -> 0.28.0 2024-10-03 09:29:54 +00:00
github-actions[bot]
b90a808faa
Merge master into staging-next 2024-10-02 18:04:34 +00:00
Sandro
07cbe7d9c9
gitstatus: add prompt scripts and share helper (#342032) 2024-10-02 14:23:14 +02:00
github-actions[bot]
58677f23e2
Merge master into staging-next 2024-10-02 12:05:45 +00:00
Nicolas Goudry
717c79a186
gitkraken: 10.3.0 -> 10.4.0 2024-10-02 10:57:40 +02:00
github-actions[bot]
90e6cbdb1b
Merge master into staging-next 2024-10-02 06:05:44 +00:00
Alexis Hildebrandt
79284a1052 gh: 2.57.0 -> 2.58.0 2024-10-02 11:52:17 +10:00
R. Ryantm
c96dbd3770 git-town: 16.2.1 -> 16.3.0 2024-10-01 09:05:28 +00:00
K900
3f7da3dfa9 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-01 08:44:24 +03:00
Peder Bergebakken Sundt
fab601bdc0
fnc: 0.16 -> 0.18 (#344400) 2024-10-01 02:13:21 +02:00
github-actions[bot]
aef46265d9
Merge master into staging-next 2024-09-28 12:05:16 +00:00
R. Ryantm
252c5eb57c git-workspace: 1.5.0 -> 1.6.0 2024-09-28 04:24:03 +00:00
github-actions[bot]
9badc90a26
Merge master into staging-next 2024-09-28 00:13:56 +00:00
Sandro
d88947e917
git-annex-remote-googledrive: add missing dependency and refactor (#340108) 2024-09-28 00:39:27 +02:00
Artturin
976e5387d2 treewide: Fix error: makeWrapper/makeShellWrapper must be in nativeBuildInputs
On cross
2024-09-27 18:48:26 +03:00
K900
a9128ce2f2 Merge remote-tracking branch 'origin/master' into staging-next 2024-09-25 21:07:19 +03:00
Franz Pletz
8b86710729
git-repo: 2.46 -> 2.47 (#343924) 2024-09-25 17:25:35 +02:00
Ashish SHUKLA
b14d6d0e1c
fnc: 0.16 -> 0.18
Changes: https://fnc.bsdbox.org/doc/trunk/CHANGES.md
2024-09-25 09:32:33 +00:00
Artturin
f0e657f3b1 Merge branch 'master' into staging-next 2024-09-25 06:05:01 +03:00
Nick Cao
a53212de98
git-quick-stats: 2.5.6 -> 2.5.7 (#343165) 2024-09-24 18:24:21 -04: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
github-actions[bot]
ac34133fb9
Merge master into staging-next 2024-09-23 12:05:36 +00:00
R. Ryantm
bdc85ba41a git-repo: 2.46 -> 2.47 2024-09-23 09:17:15 +00:00
h7x4
69a0c4385f
git-town: 16.1.1 -> 16.2.1 (#343829) 2024-09-23 09:18:12 +02:00
R. Ryantm
f80a5b1d94 git-town: 16.1.1 -> 16.2.1 2024-09-23 00:01:38 +00:00
Fabián Heredia Montiel
9b2a506736 Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:

- pkgs/tools/package-management/nix/default.nix
2024-09-22 13:45:27 -06:00
R. Ryantm
fb1baca2a0 git-cliff: 2.5.0 -> 2.6.0 2024-09-22 13:07:51 +00:00
github-actions[bot]
94770996ae
Merge master into staging-next 2024-09-22 00:15:32 +00:00
Nick Cao
03c27dcc05
ghorg: 1.9.13 -> 1.10.0 (#343493) 2024-09-21 19:35:13 -04:00
github-actions[bot]
f2c1ad7ad5
Merge master into staging-next 2024-09-21 18:03:54 +00:00
Johannes Jöns
eca2693230
python3Packages.notobuilder: init at 0-unstable-2024-08-03 (#333709) 2024-09-21 14:32:54 +00:00
R. Ryantm
08c7f8b0cc ghorg: 1.9.13 -> 1.10.0 2024-09-21 13:00:03 +00:00
github-actions[bot]
754402a237
Merge staging-next into staging 2024-09-21 00:13:41 +00:00
Nick Cao
43254fce8f
git-machete: 3.29.2 -> 3.29.3 (#343020) 2024-09-20 18:10:25 -04:00
K900
c573f088f9
git: 2.46.0 -> 2.46.1 (#342982) 2024-09-20 19:40:07 +03:00
R. Ryantm
5312ad970c git-quick-stats: 2.5.6 -> 2.5.7 2024-09-20 02:57:35 +00:00
R. Ryantm
b7a5e872cb git-gone: 1.1.0 -> 1.1.1 2024-09-20 02:00:31 +00:00
R. Ryantm
d4ae0166e5 git-machete: 3.29.2 -> 3.29.3 2024-09-19 12:45:56 +00:00
Sergei Trofimovich
892b7e93c8 git: 2.46.0 -> 2.46.1
Changes: https://lore.kernel.org/all/023601db070c$db740f60$925c2e20$@nexbridge.com/T/
2024-09-19 09:11:41 +01:00
Chet Gurevitch
003a8a41e3 gitstatus: add prompt scripts and share helper
Also adds instructions for using the prompt to longDescription
2024-09-17 17:47:35 +00:00
Muhammad Falak R Wani
20e25eba1a gh: 2.56.0 -> 2.57.0
Diff: https://github.com/cli/cli/compare/v2.56.0...v2.57.0
Changelog: https://github.com/cli/cli/releases/tag/v2.57.0
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-09-17 14:28:50 +10:00
Aleksana
f1580efb3b
maintainers/team-list: add cyberus team (#331059) 2024-09-16 18:14:16 +08:00
Nick Cao
7a5673ac6b
sublime-merge-dev: 2099 -> 2100 (#341895) 2024-09-15 09:10:39 -04:00
OTABI Tomoya
b070782af9
transcrypt: 2.2.3 -> 2.3.0 (#340802) 2024-09-15 16:02:12 +09:00
R. Ryantm
90af0e7407 sublime-merge-dev: 2099 -> 2100 2024-09-14 18:20:21 +00:00
Christina Sørensen
d3756b54d5
gitlab: 17.2.4 -> 17.2.5 (#341398) 2024-09-13 08:38:40 +02:00
Weijia Wang
6f7b297d96
subversion: fix darwin (#341232) 2024-09-13 00:56:58 +02:00