Commit Graph

26480 Commits

Author SHA1 Message Date
Nick Cao
be3ec46d47
lxgw-neoxihei: 1.205 -> 1.206 (#344202) 2024-09-24 18:02:36 -04:00
nixpkgs-merge-bot[bot]
3cd806f0f0
nwg-panel: 0.9.38 -> 0.9.39 (#344197) 2024-09-24 21:16:31 +00:00
Pol Dellaiera
5fea7ad909
ollama: fix rocm build (#344236) 2024-09-24 23:15:39 +02:00
Artturin
63fa53d97c treewide: reformat files which need reformatting after
`treewide: replace stdenv.is with stdenv.hostPlatform.is`
2024-09-25 00:04:39 +03: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
Cosima Neidahl
54eba24b87
vulkan-memory-allocator: Apply fix to allow specifying version constraints on CMake module (#341851) 2024-09-24 22:22:25 +02:00
Markus Kowalewski
4bcadb41cc
novelwriter: 2.5.1 -> 2.5.2 (#342855) 2024-09-24 22:12:40 +02:00
Markus Kowalewski
aeddff3acf
platformsh: 5.0.19 -> 5.0.20 (#342592) 2024-09-24 22:02:13 +02:00
Gaetan Lepage
ac35e3b0e0 forecast: init at 0-unstable-2024-09-23 2024-09-24 21:45:38 +02:00
Masum Reza
01ce84709d
zed-editor: rename zed binary to zeditor, change pname to zed-editor (#344193) 2024-09-25 00:17:03 +05:30
Fabian Affolter
c7b07f6133
octoscan: 0-unstable-2024-08-25 -> 0.1.0 (#342386) 2024-09-24 20:25:17 +02:00
nixpkgs-merge-bot[bot]
5d43fd6170
aiken: 1.1.2 -> 1.1.3 (#344214) 2024-09-24 17:20:57 +00:00
nixpkgs-merge-bot[bot]
58d1db7dbd
renode-dts2repl: 0-unstable-2024-09-05 -> 0-unstable-2024-09-20 (#343473) 2024-09-24 16:57:39 +00:00
nixpkgs-merge-bot[bot]
7c9634c324
lms: 3.57.0 -> 3.58.0 (#344191) 2024-09-24 16:35:49 +00:00
Philip Taron
7c3cbf40b4
llama-cpp: 3672 -> 3772 (#342470) 2024-09-24 09:26:59 -07:00
Michele Guerini Rocco
12c8f1b937
redlib: 0.35.1 -> 0.35.1-unstable-2024-09-22 (#343649) 2024-09-24 18:15:47 +02:00
nixpkgs-merge-bot[bot]
3f2126dae7
uxn: 1.0-unstable-2024-08-29 -> 1.0-unstable-2024-09-20 (#344091) 2024-09-24 15:50:10 +00:00
Adam Stephens
194b237e42
ollama: fix rocm build
upstream added this extra cp, but it fails because it has already copied over the required symlinks. since we provide our own runtime anyway, i'm not sure what value this has regardless.

+ for dep in $(ldd "${BUILD_DIR}/bin/ollama_llama_server" | grep "=>" | cut -f2 -d= | cut -f2 -d' ' | grep -v "${GOARCH}/rocm${ROCM_VARIANT}" | grep -e rocm -e amdgpu -e libtinfo -e libnuma -e libelf)
+ cp -a /nix/store/d7wl4hnydqbqc2j1qg29sybpc614wkz8-rocm-path/lib/libhipblas.so.2 /nix/store/d7wl4hnydqbqc2j1qg29sybpc614wkz8-rocm-path/lib/libhipblas.so.2.0 ../../dist/linux-amd64//../linux-amd64-rocm/lib/ollama
++ readlink -f /nix/store/d7wl4hnydqbqc2j1qg29sybpc614wkz8-rocm-path/lib/libhipblas.so.2
+ '[' /nix/store/2c04lrnax0x0jcdrdins3wykm1lb1360-hipblas-6.0.2/lib/libhipblas.so.2.0 '!=' /nix/store/d7wl4hnydqbqc2j1qg29sybpc614wkz8-rocm-path/lib/libhipblas.so.2 ']'
++ readlink -f /nix/store/d7wl4hnydqbqc2j1qg29sybpc614wkz8-rocm-path/lib/libhipblas.so.2
+ cp /nix/store/2c04lrnax0x0jcdrdins3wykm1lb1360-hipblas-6.0.2/lib/libhipblas.so.2.0 ../../dist/linux-amd64//../linux-amd64-rocm/lib/ollama
cp: '/nix/store/2c04lrnax0x0jcdrdins3wykm1lb1360-hipblas-6.0.2/lib/libhipblas.so.2.0' and '../../dist/linux-amd64//../linux-amd64-rocm/lib/ollama/libhipblas.so.2.0' are the same file
2024-09-24 11:43:54 -04:00
Sandro
493864d69c
gepetto-viewer: init at 5.1.0 (#324018) 2024-09-24 16:46:12 +02:00
Aleksana
71b0f86870
alive2: init at 0-unstable-2024-09-23 (#341643) 2024-09-24 22:04:14 +08:00
nixpkgs-merge-bot[bot]
67d7f3e002
wlx-overlay-s: 0.4.4 -> 0.5.0 (#344085) 2024-09-24 14:02:33 +00:00
R. Ryantm
04acbe17fa aiken: 1.1.2 -> 1.1.3 2024-09-24 13:15:13 +00:00
nixpkgs-merge-bot[bot]
2cfef8ba88
nerdfetch: 8.2.1 -> 8.3.0 (#344187) 2024-09-24 12:52:14 +00:00
R. Ryantm
9823a84b09 lxgw-neoxihei: 1.205 -> 1.206 2024-09-24 12:31:05 +00:00
R. Ryantm
c6ecc28531 nwg-panel: 0.9.38 -> 0.9.39 2024-09-24 11:55:38 +00:00
Konrad Malik
14c922afe0 openapi-python-client: init at 0.21.5 2024-09-24 13:46:23 +02:00
John Titor
a28f1df81f
zed-editor: rename zed binary to zeditor
At least three packages provide a "zed" binary including `zfs`, `spicedb-zed`, and `zed` binary which can lead to conflicts.

Renaming the `cli` binary to `zeditor` is even recommmeded in zed-editor official packaging instructions.

https://github.com/zed-industries/zed/blob/main/docs/src/development/linux.md#other-things-to-note
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2024-09-24 17:09:17 +05:30
R. Ryantm
569d16da80 lms: 3.57.0 -> 3.58.0 2024-09-24 11:12:57 +00:00
Sh0g0-1758
f0961222c9
alive2: init at 0-unstable-2024-09-23 2024-09-24 16:27:19 +05:30
R. Ryantm
273ffdbc34 nerdfetch: 8.2.1 -> 8.3.0 2024-09-24 10:43:31 +00:00
Guilhem Saurel
e4b87b0a60 gepetto-viewer-corba: init at 5.8.0 2024-09-24 12:38:07 +02:00
Guilhem Saurel
7f83e6f787 gepetto-viewer: init at 5.1.0 2024-09-24 12:38:06 +02:00
John Titor
b2b5981284
zed-editor: change pname to zed-editor
There are like three different packages with zed
2024-09-24 15:47:23 +05:30
Yt
d026e3fa1a
immich: init at 1.115.0; nixos/immich: init module (#324127) 2024-09-24 05:56:12 -04:00
Aleksana
b659fa4ef8
ryujinx: 1.1.1385 -> 1.1.1398, fix updater script (#343969) 2024-09-24 16:17:01 +08:00
Fabian Affolter
9a34ae4f35
onthespot: add async-timeout (#343700) 2024-09-24 08:53:36 +02:00
nixpkgs-merge-bot[bot]
7850b7e56b
aliae: 0.22.1 -> 0.22.2 (#344097) 2024-09-24 06:15:19 +00:00
7c6f434c
60ef43f346
renpy: 8.2.1 -> 8.3.1 (#343874) 2024-09-24 06:09:52 +00:00
nixpkgs-merge-bot[bot]
9d925b02af
terraform-local: 0.19.0 -> 0.20.0 (#343560) 2024-09-24 06:01:51 +00:00
nixpkgs-merge-bot[bot]
97411d42fe
api-linter: 1.67.2 -> 1.67.3 (#344120) 2024-09-24 05:47:43 +00:00
K900
fddbf5e6ff ryujinx: 1.1.1385 -> 1.1.1398 2024-09-24 08:18:23 +03:00
K900
87a679db4d ryujinx: fix updater script hash format + some shellcheck warnings 2024-09-24 08:18:23 +03:00
R. Ryantm
80b7689946 api-linter: 1.67.2 -> 1.67.3 2024-09-24 04:22:42 +00:00
nixpkgs-merge-bot[bot]
fc7bc3bca1
actionlint: 1.7.1 -> 1.7.2 (#344098) 2024-09-24 04:02:53 +00:00
nixpkgs-merge-bot[bot]
db87738421
pyright: 1.1.380 -> 1.1.381 (#344092) 2024-09-24 03:44:56 +00:00
Aleksana
73708e87f4
mscp: init at 0.2.1 (#344034) 2024-09-24 11:32:28 +08:00
Elliot Cameron
c6dddb460d mscp: init at 0.2.1 2024-09-23 23:26:48 -04:00
Robert Schütz
cb876f18c5
nbqa: add passthru.withTools (#343632) 2024-09-23 20:07:24 -07:00
Aleksana
fa040ba22f
iwqr: init at 0.1.1 (#343813) 2024-09-24 11:00:53 +08:00
nixpkgs-merge-bot[bot]
cb0df259b2
containerlab: 0.57.1 -> 0.57.3 (#344021) 2024-09-24 02:19:10 +00:00