Aleksana
4817ca2ad1
immersed: Fix runtime error with libgpg-error ( #349880 )
2024-10-27 12:29:17 +08:00
Aleksana
d4e88f8dd7
imhex: unpin fmt ( #350057 )
2024-10-23 21:36:27 +08:00
Nick Cao
0c4c545c79
immich-go: 0.22.0 -> 0.22.1 ( #350321 )
2024-10-22 15:49:40 -04:00
Joël Miramon
d210eb995a
immich-go: 0.22.0 -> 0.22.1
2024-10-21 21:45:14 +02:00
haruki7049
cfac9c1842
immersed: Fix runtime error with libgpg-error
2024-10-21 21:12:10 +09:00
Nicolas Benes
080adc466f
imhex: unpin fmt
2024-10-20 18:54:14 +02:00
Robert Schütz
ff43d55fd4
immich: 1.118.1 -> 1.118.2
...
Changelog: https://github.com/immich-app/immich/releases/tag/v1.118.2
2024-10-20 09:29:02 -07:00
Christina Sørensen
53cc1be9ab
Imhex darwin ( #330303 )
2024-10-18 16:45:36 +02:00
haruki7049
5e49be88b3
immersed: rename pname of immersed attribute
2024-10-17 12:57:23 +09:00
Robert Schütz
783a674100
immich: add maintainers
2024-10-16 10:36:16 -07:00
Robert Schütz
8d4b0e9bc6
immich: 1.117.0 -> 1.118.1
...
https://github.com/immich-app/immich/releases/tag/v1.118.0
https://github.com/immich-app/immich/releases/tag/v1.118.1
2024-10-16 10:30:34 -07:00
Gavin John
6c833c59ad
immersed-vr: rename to immersed
2024-10-08 11:38:51 -07:00
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
pcasaretto
19c568f387
imhex: add support for darwin
...
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2024-09-23 09:29:02 -03: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