Commit Graph

385 Commits

Author SHA1 Message Date
Adam C. Stephens
f451c38542
openvswitch: remove kernel, add tests (#344653) 2024-09-27 07:03:12 -04:00
R. Ryantm
717ebfc056 opencomposite: 0-unstable-2024-07-23 -> 0-unstable-2024-09-13 2024-09-26 22:45:23 +00:00
Adam Stephens
52335fc1b0
openvswitch: init simple bridge test and add incus test 2024-09-26 09:26:10 -04:00
Adam Stephens
666014dbf9
openvswitch: remove legacy kernel module building
As of Linux 3.3 the openvswitch kernel module is part of the mainline
kernel.
2024-09-26 09:23:00 -04:00
Pol Dellaiera
ec02fa6d39 open-webui: 0.3.29 -> 0.3.30
diff: https://github.com/open-webui/open-webui/compare/v0.3.29..v0.3.30
changelog: https://github.com/open-webui/open-webui/releases/tag/v0.3.30
2024-09-26 10:28:52 +02:00
Pol Dellaiera
04914842b9 open-webui: 0.3.28 -> 0.3.29
diff: https://github.com/open-webui/open-webui/compare/v0.3.28..v0.3.29
changelog: https://github.com/open-webui/open-webui/releases/tag/v0.3.29
2024-09-25 16:32:23 +02:00
Pol Dellaiera
962b73a5bc
open-webui: 0.3.21 -> 0.3.28 (#343205) 2024-09-25 04:20:14 +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
Pol Dellaiera
71e4edb8cb open-webui: 0.3.21 -> 0.3.28
Diff: https://github.com/open-webui/open-webui/compare/refs/tags/v0.3.21...0.3.28

Changelog:
  - https://github.com/open-webui/open-webui/blob/refs/tags/v0.3.22/CHANGELOG.md
  - https://github.com/open-webui/open-webui/blob/refs/tags/v0.3.23/CHANGELOG.md
  - https://github.com/open-webui/open-webui/blob/refs/tags/v0.3.24/CHANGELOG.md
  - https://github.com/open-webui/open-webui/blob/refs/tags/v0.3.25/CHANGELOG.md
  - https://github.com/open-webui/open-webui/blob/refs/tags/v0.3.26/CHANGELOG.md
  - https://github.com/open-webui/open-webui/blob/refs/tags/v0.3.27/CHANGELOG.md
  - https://github.com/open-webui/open-webui/blob/refs/tags/v0.3.28/CHANGELOG.md
2024-09-24 19:24:26 +02:00
Konrad Malik
14c922afe0 openapi-python-client: init at 0.21.5 2024-09-24 13:46:23 +02:00
nixpkgs-merge-bot[bot]
a34f54aa6c
openmsx: 19.1 -> 20_0 (#343741) 2024-09-22 22:51:07 +00:00
Henner Zeller
ec4de830a0 openscad-unstable: 2024-08-17 -> 2024-09-22 2024-09-22 11:44:20 -07:00
Henner Zeller
a4022f8c22 openscad-unstable: 2024-08-17 -> 2024-09-19 2024-09-22 11:25:34 -07:00
R. Ryantm
c6568aadde openmsx: 19.1 -> 20_0 2024-09-22 14:59:52 +00:00
nixpkgs-merge-bot[bot]
f28e9e6aad
openfga: 1.6.0 -> 1.6.1 (#342758) 2024-09-21 14:43:17 +00:00
Peder Bergebakken Sundt
8aa42ae0d9
treewide: remove CMAKE_BUILD_TYPE from cmakeFlags (#336854) 2024-09-19 22:32:31 +02:00
R. Ryantm
3319236587 openfga: 1.6.0 -> 1.6.1 2024-09-18 09:12:25 +00:00
R. Ryantm
5d547dbac4 openfga-cli: 0.6.0 -> 0.6.1 2024-09-18 06:12:00 +00: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
Nikolay Korotkiy
f543b1b986
open62541: enable on unix (#340199) 2024-09-15 16:45:02 +04:00
nicoo
2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00
R. Ryantm
57679d3f71 openvas-scanner: 23.8.5 -> 23.9.0 2024-09-15 02:03:12 +00:00
Alyssa Ross
df61c2acb5 treewide: remove executable bit from .nix files
???
2024-09-14 13:08:57 +02:00
Peder Bergebakken Sundt
cc2a69f86c
opencomposite-helper: drop (#340334) 2024-09-13 01:50:34 +02:00
Nikolay Korotkiy
60c736c2ce
open62541: enable on unix 2024-09-12 10:05:40 +04:00
Henner Zeller
f375272c16 openscad-unstable: mark broken.
Context: issue #341043
2024-09-11 08:37:47 -07:00
github-actions[bot]
f2b767ea43
Merge master into staging-next 2024-09-09 00:14:38 +00:00
nixpkgs-merge-bot[bot]
49ba5e4e45
opensplatWithCuda: 1.1.3 -> 1.1.4 (#336575) 2024-09-08 23:47:04 +00:00
github-actions[bot]
3eeaa2e678
Merge master into staging-next 2024-09-08 12:04:49 +00:00
Pol Dellaiera
8e8e7c5ae0
open-webui: 0.3.20 -> 0.3.21
Diff: https://github.com/open-webui/open-webui/compare/refs/tags/v0.3.20...0.3.21

Changelog: https://github.com/open-webui/open-webui/blob/refs/tags/v0.3.21/CHANGELOG.md
2024-09-08 09:29:11 +02:00
github-actions[bot]
5a5ebe5a1c
Merge master into staging-next 2024-09-07 18:04:01 +00:00
Sefa Eyeoglu
768baf9526
opencomposite-helper: drop
This helper script made use of `VR_OVERRIDE` which causes issues with
some applications/games. As detailed in 3rd-party documentation[0] the
recommended way to setup OpenComposite is to configure
`$XDG_CONFIG_HOME/openvr/openvrpaths.vrpath` instead. This is also
documented on the NixOS Wiki[1].

[0]: https://monado.freedesktop.org/valve-index-setup.html#5-setting-up-opencomposite
[1]: https://wiki.nixos.org/wiki/VR#OpenComposite

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-09-07 18:11:09 +02:00
Nick Cao
834cd660b4
openfga: 1.5.9 -> 1.6.0 (#340284) 2024-09-07 09:39:09 -04:00
Nick Cao
b86207269c
openfga-cli: 0.5.3 -> 0.6.0 (#340263) 2024-09-07 09:04:19 -04:00
github-actions[bot]
de15243c9a
Merge master into staging-next 2024-09-07 12:04:51 +00:00
R. Ryantm
5b8050054f openfga: 1.5.9 -> 1.6.0 2024-09-07 09:46:33 +00:00
Pol Dellaiera
9a0e1fe179
open-webui: 0.3.19 -> 0.3.20
diff: https://github.com/open-webui/open-webui/compare/v0.3.19..v0.3.20
changelog: https://github.com/open-webui/open-webui/releases/tag/v0.3.20
2024-09-07 11:21:45 +02:00
R. Ryantm
4cc9f32b13 openfga-cli: 0.5.3 -> 0.6.0 2024-09-07 07:02:32 +00:00
R. Ryantm
9e3da66707 openasar: 0-unstable-2024-06-30 -> 0-unstable-2024-09-06 2024-09-06 22:14:58 +00:00
github-actions[bot]
bd4b5a5be6
Merge master into staging-next 2024-09-06 12:05:08 +00:00
Pol Dellaiera
6889824f22
open-webui: 0.3.18 -> 0.3.19 2024-09-06 11:52:40 +02:00
github-actions[bot]
769b11176d
Merge master into staging-next 2024-09-05 18:03:49 +00:00
Pol Dellaiera
c48488b2e9
open-webui: 0.3.16 -> 0.3.18
diff: https://github.com/open-webui/open-webui/compare/v0.3.16..v0.3.18
changelog: https://github.com/open-webui/open-webui/releases/tag/v0.3.18
2024-09-05 18:11:14 +02:00
K900
23b4832da0 Merge remote-tracking branch 'origin/master' into staging-next 2024-09-04 08:53:48 +03:00
Aleksana
2591b261a3
opentelemetry-cpp: fix CMake target include dirs (#328851) 2024-09-04 11:28:34 +08:00
Jan Tojnar
e9179b4fa3 Merge branch 'master' into staging-next 2024-09-01 19:04:04 +02:00
Nikolay Korotkiy
9d91a91951
openfst: 1.8.2 -> 1.8.3 (#280667) 2024-09-01 16:19:49 +04:00
Nikolay Korotkiy
3859083923
opengrm-ngram: migrate to by-name 2024-09-01 15:47:56 +04:00
Nikolay Korotkiy
99c921501a
openfst: migrate to by-name 2024-09-01 15:46:31 +04:00