Commit Graph

97 Commits

Author SHA1 Message Date
Robert Schütz
eb05b2e481
immich: 1.116.2 -> 1.117.0 (#346127) 2024-10-04 23:06:05 -07:00
Leona Maroni
8ff1957e39
immersed-vr: 9.10 -> 10.5.0 (#343321) 2024-10-03 12:17:05 +02:00
Sefa Eyeoglu
76d0587be6
immich: 1.116.2 -> 1.117.0
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-10-03 11:48:56 +02:00
OTABI Tomoya
20bef6b1f0
imsprog: 1.4.3 -> 1.4.4 (#343972) 2024-09-30 21:59:00 +09:00
OTABI Tomoya
ac6b20ab4c
python312Packages.albucore: 0.0.15 -> 0.0.17 (#344765) 2024-09-29 11:01:10 +09:00
Robert Schütz
a394d78f61 immich-machine-learning: add passthru.tests 2024-09-28 16:02:29 -07:00
Robert Schütz
1e5c375325 immich-machine-learning: only add run time dependencies to PYTHONPATH 2024-09-28 16:01:29 -07:00
Robert Schütz
51a4c5aacc immich-machine-learning: fix albumentations override 2024-09-28 06:43:20 -07:00
Robert Schütz
ceb65273c9 immich: 1.115.0 -> 1.116.2
Diff: https://github.com/immich-app/immich/compare/v1.115.0...v1.116.2

Changelog: https://github.com/immich-app/immich/releases/tag/v1.116.0
           https://github.com/immich-app/immich/releases/tag/v1.116.1
           https://github.com/immich-app/immich/releases/tag/v1.116.2
2024-09-27 20:57:14 -07:00
Gavin John
032bd1e282
immersed-vr: 9.10 -> 10.5.0 2024-09-27 10:31:33 -07:00
Robert Schütz
c5d95d4999
immich: some improvements (#344237) 2024-09-26 07:14:52 -07: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
Robert Schütz
ce46c05311 immich-machine-learning: run tests 2024-09-24 11:05:13 -07:00
Robert Schütz
2b4480d161 immich-machine-learning: move from immich.machine-learning
A top-level attribute makes sure Hydra builds it (though that already
happens on Linux through the NixOS test) and that nixpkgs-review picks
it up.
2024-09-24 09:51:09 -07:00
Robert Schütz
797b7e1ce7 immich: clean up after update script 2024-09-24 08:57:31 -07:00
Robert Schütz
7c65974676 immich.machine-learning: drop packageOverrides argument
There is no need for it and it cannot be used to override the machine
learning component used by the immich package.
2024-09-24 08:55:12 -07:00
Yt
d026e3fa1a
immich: init at 1.115.0; nixos/immich: init module (#324127) 2024-09-24 05:56:12 -04:00
Jan van Brügge
f2ff5dc267
immich-cli: 2.2.15 -> 2.2.19 2024-09-23 22:38:01 +02:00
Jan van Brügge
2900bc2f17
immich,immich.machine-learning: init at 1.115.0 2024-09-23 22:38:00 +02:00
Ben Chand
1ab344b7e5 imgpkg: init at 0.43.1 2024-09-23 17:02:25 +02:00
R. Ryantm
ded7972d72 imsprog: 1.4.3 -> 1.4.4 2024-09-23 14:25:54 +00:00
R. Ryantm
08976e27fd impala: 0.2.1 -> 0.2.3 2024-09-04 00:40:27 +00:00
embr
173253179d imhex: 1.35.3 -> 1.35.4 2024-08-30 12:04:00 +02:00
R. Ryantm
1c17f11557 immich-go: 1.21.3 -> 0.22.0 2024-08-27 10:51:15 +00:00
R. Ryantm
b68e126c85 immich-go: 0.21.1 -> 1.21.3 2024-08-21 08:04:27 +00:00
renesat
be7c2ce57e
imgbrd-grabber: fix build 2024-08-08 20:21:40 +02:00
R. Ryantm
4df1f5f2b1 immich-go: 0.20.1 -> 0.21.1 2024-08-05 20:57:43 +00:00
Masum Reza
1318ddf6f3
Merge pull request #326385 from Pandapip1/init-nixos-immersed-vr
nixos/immersed-vr: init module
2024-08-02 11:30:57 +05:30
Christina Sæøåræånsæn
2b5b346090
Merge pull request #323501 from eclairevoyant/imhex-fix
imhex: 1.33.2 -> 1.35.3; fix RUNPATH and formatting
2024-07-29 07:40:53 +02:00
R. Ryantm
87b7b8c7bd imsprog: 1.4.2 -> 1.4.3 2024-07-26 15:27:37 +00:00
éclairevoyant
3728d33b72
imhex: nixfmt-rfc-style 2024-07-26 09:24:51 -04:00
éclairevoyant
1db62e6fb7
imhex: fix RUNPATH to find libGL and plugins 2024-07-26 09:24:51 -04:00
éclairevoyant
fe47a55fa3
imhex: 1.33.2 -> 1.35.3 2024-07-26 09:24:47 -04:00
R. Ryantm
01ecaadaf3 immich-go: 0.20 -> 0.20.1 2024-07-24 09:46:46 +00:00
Gavin John
82816bac61 immersed-vr: Add pandapip1 as maintainer 2024-07-23 10:07:35 +01:00
R. Ryantm
c393e12e5b imposm: 0.13.2 -> 0.14.0 2024-07-22 14:52:23 +00:00
nixpkgs-merge-bot[bot]
e3eaba6a75
Merge pull request #327245 from r-ryantm/auto-update/immich-go
immich-go: 0.19.1 -> 0.20
2024-07-16 21:36:13 +00:00
R. Ryantm
43cfffa4f1 immich-go: 0.19.1 -> 0.20 2024-07-16 15:40:30 +02:00
Weijia Wang
bf78abfda2
Merge pull request #325095 from emilazy/push-puzpnylvpmuw
imageworsener: modernize and fetch source from GitHub
2024-07-15 15:29:02 +02:00
lassulus
94c843e8f0
Merge pull request #325444 from kai-tub/pkgs/immich-go/0.19.1
immich-go: 0.18.2 -> 0.19.1
2024-07-13 19:58:02 +02:00
R. Ryantm
bf8265e3e9 imsprog: 1.4.1 -> 1.4.2 2024-07-12 02:28:21 +00:00
lassulus
6987cda22e
Merge pull request #312900 from wucke13/dev/add-stlink-tool
imsprog: init at 1.4.1
2024-07-11 16:11:32 +02:00
wucke13
d5315ba2fe imsprog: init at 1.4.1 2024-07-10 13:17:53 +02:00
Emily
8e484a4cd1 imageworsener: fix tests 2024-07-08 18:25:21 +01:00
Emily
db313ef39f imageworsener: fetch source from GitHub 2024-07-08 18:25:21 +01:00
Emily
fdb840f002 imageworsener: add longDescription 2024-07-08 18:25:21 +01:00
Emily
02083c79cf imageworsener: modernize 2024-07-08 18:25:21 +01:00
Kai Norman Clasen
2d06c51e57
immich-go: 0.18.2 -> 0.19.1
Diff: https://github.com/simulot/immich-go/compare/0.18.2...0.19.1

Changelog: https://github.com/simulot/immich-go/releases/tag/0.19.1
2024-07-08 08:47:33 +02:00
Emily
a023d4dff6 imageworsener: format with nixfmt-rfc-style 2024-07-06 16:24:46 +01:00
Emily
82ab3a870f imageworsener: move to pkgs/by-name 2024-07-06 16:24:46 +01:00