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
R. Ryantm
3db1131490
shattered-pixel-dungeon: 2.5.0 -> 2.5.2
2024-09-23 15:33:41 +00:00
Pol Dellaiera
aacd442471
steam: fixed "/etc/NIXOS" bind failing ( #343772 )
2024-09-22 22:15:49 +02:00
mksafavi
23f8ab036c
steam: fixed "/etc/NIXOS" bind failing
2024-09-22 21:24:16 +03:30
Aleksana
7a86e245b2
experienced-pixel-dungeon: 2.18 -> 2.18.2 ( #341537 )
2024-09-22 19:06:56 +08:00
K900
6c8c52c5e0
Steam: update bootstrap ( #343600 )
2024-09-22 07:22:25 +03:00
Aidan Gauland
425fa5a710
steamPackages.steam: 1.0.0.74 -> 1.0.0.81
2024-09-22 10:25:19 +12:00
Aidan Gauland
2af6e069b3
steamPackages.steam: use hash instead of sha256 attr
2024-09-22 10:22:15 +12:00
Aidan Gauland
1bdf3d55ce
steamPackages.steam: add update script
2024-09-22 10:18:34 +12:00
Aidan Gauland
e6262e0ced
steamPackages.steam: convert to use finalAttrs
2024-09-22 10:16:18 +12:00
7c6f434c
3c8525a3b7
sgt-puzzles: 20240909.53ceb98 -> 20240911.cd97968 ( #343484 )
2024-09-21 18:03:40 +00:00
R. Ryantm
de35272571
sgt-puzzles: 20240909.53ceb98 -> 20240911.cd97968
2024-09-21 11:46:49 +00:00
R. Ryantm
98826e3b12
gogdl: 1.1.1 -> 1.1.2
2024-09-20 10:40:14 +00:00
Peder Bergebakken Sundt
8aa42ae0d9
treewide: remove CMAKE_BUILD_TYPE from cmakeFlags ( #336854 )
2024-09-19 22:32:31 +02:00
Peder Bergebakken Sundt
e65d2211b9
fheroes2: 1.1.1 -> 1.1.2 ( #342457 )
2024-09-19 22:27:49 +02:00
h7x4
9a6c76c4af
treewide: remove unused inputs ( #342672 )
2024-09-19 20:36:18 +02:00
Atemu
fa09c7cca3
steam-run: make free and create version without steam ( #334773 )
2024-09-19 15:09:28 +02:00
bb2020
cea145942d
gimx: unstable-2021-08-31 -> 8.0 ( #336754 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-09-18 18:29:20 +02:00
Ben Siraphob
4b87f8820e
stockfish: 16.1 -> 17 ( #340473 )
2024-09-18 00:05:46 -04:00
Peder Bergebakken Sundt
8c8c27bb19
treewide: remove unused inputs
2024-09-18 01:00:07 +02:00
Nick Cao
09c97f2e17
ferium: 4.7.0 -> 4.7.1 ( #342535 )
2024-09-17 15:30:34 -04:00
nicoo
82c5da990a
nile: 1.1.1 -> 1.1.2 ( #342414 )
2024-09-17 13:46:36 +00:00
R. Ryantm
91a73c3cc9
ferium: 4.7.0 -> 4.7.1
2024-09-17 12:59:28 +00:00
Sergei Trofimovich
cf76a0d0c4
fheroes2: 1.1.1 -> 1.1.2
...
Changes: https://github.com/ihhub/fheroes2/releases/tag/1.1.2
2024-09-17 06:39:16 +01:00
Aleksana
a2cad4db0b
treewide: migrate packages to by-name ( #341412 )
2024-09-17 11:17:16 +08:00
Peder Bergebakken Sundt
527f81a7c2
dwarf-fortress-packages.themes: set license to unfree ( #314372 )
2024-09-17 01:05:01 +02:00
Aidan Gauland
97e880441a
nile: 1.1.1 -> 1.1.2
2024-09-17 10:35:26 +12:00
Aidan Gauland
a32efffecd
nile: use gitUpdater
...
Upstream tags releases, so we should not be using gitUnstableUpdater
when tracking release tags.
2024-09-17 10:34:18 +12:00
Fabián Heredia Montiel
230a0218a7
r2modman: 3.1.49 -> 3.1.50 ( #341896 )
2024-09-16 12:57:12 -06:00
Anderson Torres
f0e64ce16f
treewide: migrate packages maintained by AndersonTorres to by-name
...
Manual migration for the sake of by-name migration is no longer discouraged
since #340235 .
2024-09-16 14:26:47 -03:00
R. RyanTM
a015ebb48b
minetest: 5.9.0 -> 5.9.1 ( #342183 )
2024-09-16 13:45:58 +02:00
Francesco Gazzetta
68784b40ef
warzone2100: 4.5.2 -> 4.5.3
2024-09-16 08:11:25 +00:00
aleksana
c92c230c35
gnome-hexgl: remove
2024-09-15 20:12:50 +08:00
Sefa Eyeoglu
248a877d13
r2modman: 3.1.49 -> 3.1.50
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-09-14 23:28:36 +02:00
Sefa Eyeoglu
34fb7a5231
r2modman: switch to nix-update
...
nix-update can handle yarn updates for us
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-09-14 20:23:54 +02:00
Fabián Heredia Montiel
ac558de444
shattered-pixel-dungeon: 2.4.2 -> 2.5.0 ( #341401 )
2024-09-13 12:33:24 -06:00
Francesco Gazzetta
56b263c7d4
experienced-pixel-dungeon: 2.18 -> 2.18.2
2024-09-13 11:10:32 +02:00
Gliczy
31246e060b
gzdoom: move to pkgs/by-name
2024-09-12 22:27:49 +02:00
7c6f434c
ffd639ff6c
sauerbraten: 2020-12-27 -> 2020-12-29 ( #341224 )
2024-09-12 17:11:21 +00:00
Francesco Gazzetta
50d30adedb
shattered-pixel-dungeon: 2.4.2 -> 2.5.0
2024-09-12 17:05:38 +02:00
Peder Bergebakken Sundt
f863eeff84
maintainers: alx, quake3e: 2022-04-01-dev -> 2024-09-02-dev ( #338927 )
2024-09-12 15:39:02 +02:00
Pol Dellaiera
61235dc6d4
maintainers: remove eclairevoyant ( #341075 )
2024-09-11 22:24:23 +02:00
Gaetan Lepage
664e6d6b18
sauerbraten: move to pkgs/by-name
2024-09-11 19:25:17 +02:00
Gaetan Lepage
214ef50a2a
sauerbraten: format with nixfmt
2024-09-11 19:25:17 +02:00
Weijia Wang
6e8f82c830
papermc: 1.21-124 -> 1.21.1-69 ( #337445 )
2024-09-10 22:28:05 +02:00
éclairevoyant
49f7e34d6e
maintainers: remove eclairevoyant
2024-09-10 15:02:41 -04:00
Weijia Wang
d55c6b2bdf
gemrb: 0.9.2 -> 0.9.3 ( #326422 )
2024-09-10 00:39:20 +02:00
Weijia Wang
a1cf50f57f
dhewm3: 1.5.3 -> 1.5.4 ( #332129 )
2024-09-09 23:35:59 +02:00
Weijia Wang
9842339ff6
ultrastardx: 2024.5.1 -> 2024.8.0 ( #332302 )
2024-09-09 23:29:29 +02:00
Weijia Wang
40c1acfab1
vassal: 3.7.12 -> 3.7.14 ( #330089 )
2024-09-09 23:22:37 +02:00