Nikolay Korotkiy
263f880d13
lagrange: 1.18.1 → 1.18.3
2024-10-14 23:53:25 +04:00
Nikolay Korotkiy
cc72c8cfd6
lagrange: 1.17.6 → 1.18.1
2024-09-29 20:09:00 +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
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
R. Ryantm
cbf15cbb9d
lagrange-tui: 1.17.5 -> 1.17.6
2024-01-17 12:36:46 +00:00
Nikolay Korotkiy
3ae06c3800
lagrange: 1.17.4 → 1.17.5
2023-12-06 22:09:15 +04:00
R. Ryantm
2f3dd454f4
lagrange: 1.17.3 -> 1.17.4
2023-11-20 06:16:52 +00:00
Nikolay Korotkiy
66182ca7fc
lagrange: 1.17.2 → 1.17.3
2023-11-16 19:05:22 +00:00
Nikolay Korotkiy
d236200278
lagrange-tui: fix build
2023-10-29 16:16:19 +04:00
R. Ryantm
ccb5cea4a8
lagrange: 1.17.0 -> 1.17.2
2023-10-29 04:18:03 +00:00
Nikolay Korotkiy
8275e36dc6
lagrange: 1.16.7 → 1.17.0
2023-10-08 16:41:32 +04:00
R. Ryantm
08f2b6b221
lagrange: 1.16.6 -> 1.16.7
2023-08-12 14:48:11 +00:00
R. Ryantm
5b36914d21
lagrange: 1.16.5 -> 1.16.6
2023-07-31 00:39:26 +00:00
R. Ryantm
bee3439ada
lagrange: 1.16.4 -> 1.16.5
2023-06-24 02:10:13 +00:00
Nikolay Korotkiy
6d573a1b62
lagrange: 1.16.3 → 1.16.4
2023-06-17 20:42:53 +04:00
figsoda
f9418c4c7f
lagrange-tui: fix build
2023-06-07 09:38:23 -04:00
R. Ryantm
2a1346edba
lagrange: 1.16.2 -> 1.16.3
2023-06-06 07:12:01 +00:00
R. Ryantm
b28a63d612
lagrange-tui: 1.16.1 -> 1.16.2
2023-06-03 02:31:36 +00:00
R. Ryantm
516ac3f402
lagrange: 1.15.9 -> 1.16.1
2023-05-23 19:49:28 +00:00
R. Ryantm
cc031b38bb
lagrange: 1.15.8 -> 1.15.9
2023-04-30 05:23:15 +00:00
R. Ryantm
0c3482b405
lagrange: 1.15.7 -> 1.15.8
2023-04-07 21:21:37 +00:00
Nikolay Korotkiy
21d1721fd4
lagrange: 1.15.6 → 1.15.7
2023-03-30 23:44:55 +04:00
Nikolay Korotkiy
ae273bf340
lagrange: 1.15.5 → 1.15.6
2023-03-24 23:46:38 +04:00
Nikolay Korotkiy
2c503ae9c5
lagrange: 1.15.4 → 1.15.5
2023-03-17 22:56:27 +04:00
R. Ryantm
f6c7c98209
lagrange: 1.15.3 -> 1.15.4
2023-03-10 10:58:25 +00:00
R. Ryantm
1602585db3
lagrange-tui: 1.15.2 -> 1.15.3
2023-03-02 01:45:38 +00:00
Nikolay Korotkiy
ddc5eecd7a
lagrange: 1.14.2 → 1.15.2
2023-02-07 02:05:46 +03:00
R. Ryantm
225ff463a7
lagrange: 1.14.1 -> 1.14.2
2023-01-13 14:25:28 +00:00
figsoda
a211d94291
treewide: remove attrPath from nix-update-script calls
...
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703 , `attrPath` can now be omitted when using `nix-update-script`
2022-12-26 12:39:21 -05:00
Nikolay Korotkiy
57041d44e8
lagrange: 1.13.8 → 1.14.1
2022-11-26 16:47:43 +03:00
R. Ryantm
b447ffee64
lagrange: 1.13.7 -> 1.13.8
2022-11-04 09:25:00 +00:00
R. Ryantm
2c7fcab1ce
lagrange: 1.13.6 -> 1.13.7
2022-06-30 06:16:37 +00:00
R. Ryantm
18e4c7d8d1
lagrange: 1.13.5 -> 1.13.6
2022-05-27 07:45:58 -05:00
Nikolay Korotkiy
925aa85e51
lagrange: 1.13.3 → 1.13.5
2022-05-19 10:43:38 +03:00
Nikolay Korotkiy
c92b0c5c69
lagrange: 1.12.2 → 1.13.3
2022-05-06 16:46:32 +03:00
R. Ryantm
9fd11f525a
lagrange: 1.12.1 -> 1.12.2
2022-04-22 09:01:36 +00:00
R. Ryantm
d42db5cfb5
lagrange: 1.12.0 -> 1.12.1
2022-04-06 23:53:29 +00:00
Nikolay Korotkiy
bbc6edfa3c
lagrange: 1.11.1 → 1.12.0
2022-04-05 07:18:16 +03:00
R. Ryantm
7db71a9105
lagrange: 1.10.6 -> 1.11.1
2022-03-04 08:45:23 -06:00
R. Ryantm
4710213b36
lagrange: 1.10.5 -> 1.10.6
2022-02-20 15:02:24 +00:00
R. Ryantm
fff5d485ee
lagrange: 1.10.4 -> 1.10.5
2022-02-13 09:53:49 -08:00
R. Ryantm
ade08f80fc
lagrange: 1.10.3 -> 1.10.4
2022-02-10 08:12:26 +00:00
Nikolay Korotkiy
0b837758f2
lagrange: 1.10.1 → 1.10.3
2022-01-30 20:08:36 +03:00
R. Ryantm
20d81aaf78
lagrange: 1.10.0 -> 1.10.1
2022-01-21 10:11:00 +00:00
Nikolay Korotkiy
2b1d66bccf
lagrange: 1.9.5 → 1.10.0
2022-01-17 23:33:32 +03:00
Nikolay Korotkiy
3696919111
lagrange: 1.9.3 → 1.9.5
2022-01-05 23:37:30 +03:00
Nikolay Korotkiy
8acf41d09f
lagrange: 1.9.2 → 1.9.3
2021-12-24 11:28:24 +03:00
R. Ryantm
1bb887de12
lagrange: 1.9.1 -> 1.9.2
2021-12-08 11:07:44 +00:00
R. Ryantm
446e3186c2
lagrange: 1.9.0 -> 1.9.1
2021-12-06 08:06:42 +00:00
Nikolay Korotkiy
0d83270c46
lagrange: 1.7.3 → 1.9.0
2021-11-27 12:20:56 +03:00