Commit Graph

166 Commits

Author SHA1 Message Date
Adrian Rosén
59033b32ad vscodium: 1.94.2 -> 1.95.2 2024-11-14 14:22:06 +01:00
Ingo Reitz
974456db38
vscodium: 1.94.1 -> 1.94.2 2024-10-10 20:45:07 +02:00
Ingo Reitz
e2f567b753
vscodium: 1.94.0 -> 1.94.1 2024-10-09 21:59:59 +02:00
networkException
823f850f6b
vscodium: 1.93.1.24256 -> 1.94.0.24282 2024-10-09 13:21:44 +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
Ingo Reitz
0148f055ba
vscodium: 1.92.2.24228 -> 1.93.1.24256 2024-09-13 23:02:44 +02:00
Ryan Omasta
8077d3725c
vscodium: 1.91.1.24193 -> 1.92.2.24228 2024-08-16 22:59:47 -06:00
R. Ryantm
88cf071fb9 vscodium: 1.90.2.24171 -> 1.91.1.24193 2024-07-20 22:05:20 +08:00
R. Ryantm
00ba4c2c35 vscodium: 1.90.1.24165 -> 1.90.2.24171 2024-06-26 20:41:06 +08:00
R. Ryantm
365b9ee3f4 vscodium: 1.90.0.24158 -> 1.90.1.24165 2024-06-18 03:06:28 +00:00
Ludovico Piero
aabd7c4da0
vscodium: 1.88.1.24104 -> 1.90.0.24158
Diff: https://github.com/VSCodium/vscodium/compare/1.88.1.24104...1.90.0.24158

Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
2024-06-08 02:47:16 +09:00
R. Ryantm
a3f79fe0b1 vscodium: 1.88.0.24096 -> 1.88.1.24104 2024-04-16 07:17:15 +08:00
R. Ryantm
d8481306a1 vscodium: 1.87.2.24072 -> 1.88.0.24096 2024-04-10 21:44:11 +08:00
R. Ryantm
c027932cfe vscodium: 1.87.1.24068 -> 1.87.2.24072 2024-03-14 22:27:58 +00:00
R. Ryantm
4e0a857527 vscodium: 1.86.2.24057 -> 1.87.1.24068 2024-03-11 07:49:18 +08:00
R. Ryantm
7d3c9aeca7 vscodium: 1.86.2.24054 -> 1.86.2.24057 2024-02-27 21:06:56 +08:00
R. Ryantm
cf1b3aa214 vscodium: 1.85.2.24019 -> 1.86.2.24054 2024-02-23 16:51:16 +00:00
R. Ryantm
905fa5072a vscodium: 1.85.1.23348 -> 1.85.2.24019 2024-01-22 22:17:59 +08:00
Adam Stephens
432aa81720
vscodium: 1.85.0.23343 -> 1.85.1.23348 2023-12-18 22:48:45 -05:00
Adam Stephens
a7556902d1
vscodium: 1.84.2.23319 -> 1.85.0.23343 2023-12-10 08:54:11 -05:00
R. Ryantm
b132b9f36c vscodium: 1.84.2.23317 -> 1.84.2.23319 2023-12-09 22:55:57 +08:00
R. Ryantm
eae4241eeb vscodium: 1.84.2.23314 -> 1.84.2.23317 2023-11-15 20:39:26 +08:00
Ludovico Piero
8577a724e5
vscodium: 1.83.1.23285 -> 1.84.2.23314 2023-11-11 18:48:05 +09:00
Michael Adler
1e2581e39f vscodium: 1.82.2.23257 -> 1.83.1.23285 2023-10-16 12:50:28 +02:00
R. Ryantm
8a017c265b vscodium: 1.82.1.23255 -> 1.82.2.23257 2023-09-21 20:44:28 +08:00
R. Ryantm
1a72036491 vscodium: 1.82.0.23250 -> 1.82.1.23255 2023-09-14 14:33:22 +00:00
Ludovico Piero
accf4fc5ee
vscodium: add ludovicopiero as maintainers 2023-09-10 02:19:27 +10:00
Ludovico Piero
a9aabffa44
vscodium: 1.81.1.23222 -> 1.82.0.23250 2023-09-10 02:14:33 +10:00
Manuel Bärenz
bad4b37c7e Remove turion (myself) as maintainer from some packages
I have removed myself as maintainer from those packages that:

* Have at least one other maintainer
* Are outside of my actual expertise,
  i.e. I wouldn't really know how to fix them if they broke
2023-08-17 17:20:18 +02:00
R. Ryantm
1186e3a1f6 vscodium: 1.80.2.23209 -> 1.81.1.23222 2023-08-10 19:06:48 +00:00
R. Ryantm
971443c80e vscodium: 1.80.1.23194 -> 1.80.2.23209 2023-07-29 17:34:07 +08:00
Felix Bühler
0a2745684e
Merge pull request #239624 from Stunkymonkey/use-optionalString-then
treewide: use optionalString instead of 'then ""'
2023-07-22 13:02:47 +02:00
Bobby Rong
58d4cfb4fa
vscodium: 1.80.0.23188 -> 1.80.1.23194
https://github.com/VSCodium/vscodium/releases/tag/1.80.1.23194
2023-07-16 15:58:19 +08:00
R. Ryantm
ea382e4e67 vscodium: 1.79.2.23166 -> 1.80.0.23188 2023-07-12 11:00:39 +08:00
Felix Buehler
f3719756b5 treewide: use optionalString instead of 'then ""' 2023-06-24 20:19:19 +02:00
Bobby Rong
0b3cde1e06
vscodium: 1.78.2.23132 -> 1.79.2.23166, readd armhf
https://github.com/VSCodium/vscodium/releases/tag/1.79.2.23166
https://github.com/VSCodium/vscodium/releases/tag/1.79.1.23164
https://github.com/VSCodium/vscodium/releases/tag/1.79.0.23159
2023-06-16 23:09:01 +08:00
Morgan Wolfe
8769a90f90
vscode: disable ripgrep patching on macOS
useVSCodeRipgrep = false interferes with macOS 13's notarization enforcement
and doesn't allow the app to start. Setting it to stdenv.isDarwin by default
fixes the package for general use while preserving the option to patch ripgrep
on older versions of macOS if required by someone's particular use case.
2023-05-29 13:24:02 -07:00
Michael Hoang
13b07c6139
vscode, vscodium: use Nixpkgs ripgrep by default 2023-05-22 00:29:22 +02:00
K900
6d148248b1 vscodium: 1.77.3.23102 -> 1.78.2.23132, drop armhf
armhf was dropped upstream: 7afbfe03ad
2023-05-16 21:33:30 +03:00
R. Ryantm
df24febd83 vscodium: 1.77.1.23095 -> 1.77.3.23102 2023-04-18 11:19:04 +08:00
R. Ryantm
483c97df60 vscodium: 1.77.0.23093 -> 1.77.1.23095 2023-04-10 14:24:21 +08:00
R. Ryantm
5804b7fb5f vscodium: 1.76.2.23074 -> 1.77.0.23093 2023-04-05 16:34:50 +08:00
R. Ryantm
a6cab764f8 vscodium: 1.76.1.23069 -> 1.76.2.23074 2023-03-16 00:26:18 +00:00
R. Ryantm
5a581ef366 vscodium: 1.76.0.23062 -> 1.76.1.23069 2023-03-13 14:12:22 +00:00
R. Ryantm
33c3687d22 vscodium: 1.75.0.23033 -> 1.76.0.23062 2023-03-05 20:39:16 +00:00
R. Ryantm
535b05bc2d vscodium: 1.74.3.23010 -> 1.75.0.23033 2023-02-04 10:16:28 +00:00
R. Ryantm
8b3cedde8e vscodium: 1.74.2.22355 -> 1.74.3.23010 2023-01-14 17:49:25 +08:00
R. Ryantm
bd0e5c293a vscodium: 1.74.1.22349 -> 1.74.2.22355 2022-12-25 22:39:07 +08:00
R. Ryantm
1c8399a2b6 vscodium: 1.73.1.22314 -> 1.74.1.22349 2022-12-15 21:48:19 -08:00
R. Ryantm
9edba069ad vscodium: 1.73.0.22306 -> 1.73.1.22314 2022-11-17 20:17:55 +08:00