Commit Graph

4683 Commits

Author SHA1 Message Date
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
R. Ryantm
145339b547 cri-o-unwrapped: 1.31.2 -> 1.31.3 2024-12-08 08:48:22 +00:00
OTABI Tomoya
2d036d3a64
lima: 1.0.1 -> 1.0.2 and add version test (#361378) 2024-12-07 17:01:31 +09:00
Aleksana
fe465a1c28
apptainer, singularity: fix the update instructions in the comment (#359528) 2024-12-06 22:54:07 +08:00
Kenichi Kamiya
f28ecbe89a
lima: prefer version testing in installCheckPhase rather than passthru.tests.version 2024-12-06 23:39:07 +09:00
Silvan Mosberger
2936a2ab9b
lib.strings.concatMapAttrsStringSep: init (#330010) 2024-12-06 09:53:50 +01:00
Kenichi Kamiya
d90d79a605
lima: prefer hash rather than sha256 in fetchFromGitHub
Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>
2024-12-06 12:20:43 +09:00
Kenichi Kamiya
b994f1fa5a
lima: make sure it does not use pname for reponame
Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>
2024-12-06 12:19:37 +09:00
Yueh-Shun Li
037a7cbe01 apptainer: singularity: use lib.concatMapAttrsStringSep
Use concatMapAttrsStringSep helper function from the standard library
instead of the locally-improvised one.
2024-12-06 11:02:27 +08:00
Ramses
a390ec54d9
qemu: fix strictDeps (#358487) 2024-12-05 20:36:02 +01:00
Pol Dellaiera
5fb97b7ad5
docker-init: init at v1.30.0 (#356191) 2024-12-05 18:49:59 +01:00
Gaétan Lepage
5f5310b145
apptainer: 1.3.5 -> 1.3.6 (#361914) 2024-12-05 18:09:37 +01:00
Yueh-Shun Li
0254bc6782 apptainer, singularity: fix the update instructions in the comment 2024-12-06 00:53:10 +08:00
Ramses
69c07a1590
treewide: adopt/co-maintain some packages (#355700) 2024-12-05 09:29:28 +01:00
Gaetan Lepage
c95a2170ee apptainer: 1.3.5 -> 1.3.6
Diff: https://github.com/apptainer/apptainer/compare/v1.3.5...v1.3.6

Changelog: https://github.com/apptainer/apptainer/releases/tag/v1.3.6
2024-12-05 01:03:49 +01:00
34j
d637b85e25
treewide: replace --enable-wayland-ime with --enable-wayland-ime=true for the arguments to properly work (#361341) 2024-12-05 00:06:22 +05:30
Kenichi Kamiya
3bef6979b2
lima: 1.0.1 -> 1.0.2
Release: https://github.com/lima-vm/lima/releases/tag/v1.0.2
Diff: https://github.com/lima-vm/lima/compare/v1.0.1...v1.0.2
2024-12-03 17:37:25 +09:00
Kenichi Kamiya
2b5db62735
lima: add passthru.tests.version 2024-12-03 17:23:10 +09:00
Kenichi Kamiya
ee19f3a364
lima: format with nixfmt-rfc-style 2024-12-03 17:18:36 +09:00
marchenstar
fa6edb453d virt-manager: Add back gstreamer plugins
Add back gstreamer plugins to virt-manager buildInputs
for spice functionality. This was removed in commit
7c9fe1b04c and causes spice
display to fail on kde with an error, when GST_PLUGINS_PATH is not set.

Error connecting to graphical console:
Error opening SPICE console: Typelib file for namespace 'GstBase', version '1.0' not found
2024-12-03 12:30:24 +05:30
Bastian Asmussen
8acdab9b35
docker-init: init at v1.30.0 2024-12-03 01:15:15 +01:00
Sefa Eyeoglu
d2f5c28d0d
containerd: 1.7.23 -> 2.0.0 (#356618) 2024-12-02 17:19:46 +01:00
Franz Pletz
3ad0927f72
virt-manager: 4.1.0 -> 5.0.0 (#359479) 2024-12-01 21:31:30 +01:00
Sefa Eyeoglu
01c33fb6d7
treewide: add --enable-wayland-ime flag to all Electron packages that uses NIXOS_OZONE_WL (#358620) 2024-11-29 18:48:23 +01:00
Franz Pletz
7c9fe1b04c
virt-manager: 4.1.0 -> 5.0.0 2024-11-27 18:57:58 +01:00
AcmeLabRat
2faaf8f428 virtualbox: Fix UI language selection in virtualbox 2024-11-24 23:44:01 +01:00
34j
8ae2932d56 add --enable-wayland-ime flag to all Electron packages that uses NIXOS_OZONE_WL 2024-11-24 13:34:28 +09:00
Fernando Rodrigues
4a972e3115
OVMF: add sigmasquadron as co-maintainer
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-11-23 20:13:42 -03:00
Olivér Falvai
c7fe0ba1a1
qemu: fix strictDeps
Ref: https://github.com/NixOS/nixpkgs/issues/178468
2024-11-23 17:30:53 +01:00
Wolfgang Walther
89981f1968
singularity: remove deprecated arguments
Those were scheduled for removal in 24.11.
2024-11-22 21:01:53 +01:00
seth
845831e782
docker: only install containerd binaries
Previously this override was broken as it was trying to use `make
install-doc` in a v1 source, while that target was introduced in v2.
This is fixed by only running `make install` for the binaries -- as
documentation is pointless in this build anyways
2024-11-22 14:11:35 -05:00
Pol Dellaiera
ce346ad65f
docker-compose: 2.30.0 -> 2.30.3 (#356765) 2024-11-19 22:56:54 +01:00
Emily
a99e640f0a
lima: fix cross (#356548) 2024-11-18 08:09:38 +00:00
Sebastian Sellmeier
0813984e54
docker-compose: 2.30.0 -> 2.30.3 2024-11-17 18:03:07 +01:00
Stefan Frijters
711b9bd4c8
lima: fix cross
Only try to generate shell completions if the executables can be run
2024-11-16 21:15:51 +01:00
R. Ryantm
de90b990cf crosvm: 129.0 -> 130.0 2024-11-16 19:00:28 +01:00
Kenichi Kamiya
179d274b6e
lima: fix build on Linux 2024-11-15 19:21:48 +09:00
Ihar Hrachyshka
9254e653c1 lima: drop explicit xcbuild dependency 2024-11-13 15:39:11 -05:00
Ihar Hrachyshka
22631622c6 lima: fix vz driver support
Otherwise, a newer lima fails to start a ubuntu VM with the following
error:

```
vm driver 'vz' needs macOS 13 or later (Hint: try recompiling Lima if
you are seeing this error on macOS 13)
```

While _13 would technically work, the virt library they use has
availability checks up to 15:

https://github.com/search?q=repo%3ACode-Hex%2Fvz+available+15&type=code
2024-11-13 15:38:53 -05:00
Ihar Hrachyshka
424c93460b lima: 0.22.0 -> 1.0.1 2024-11-13 15:38:35 -05:00
Nick Cao
74448bc8b1
docker-compose: 2.29.7 -> 2.30.0 (#352342) 2024-11-11 08:22:24 -05:00
Weijia Wang
a96052fe5f virt-manager: disable testCLI0263virt_xml 2024-11-10 01:09:46 +01:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
R. Ryantm
a963e63b6c virter: 0.27.0 -> 0.28.0 2024-11-07 18:13:30 +00:00
Peder Bergebakken Sundt
8318fa9938
crun: 1.18 -> 1.18.2 (#352807) 2024-11-05 21:51:07 +01:00
R. RyanTM
b818e0cbb8
docker-buildx: 0.17.1 -> 0.18.0 (#352575) 2024-11-04 20:25:42 +01:00
Philip Taron
c6585ad007
tart: 2.18.5 -> 2.19.3
Diff: https://github.com/cirruslabs/tart/compare/2.18.5...2.19.3
2024-11-03 20:01:52 -08:00
R. Ryantm
f789130a8b cri-o-unwrapped: 1.31.1 -> 1.31.2 2024-11-03 09:28:25 +00:00
Sefa Eyeoglu
c029983d0d
distrobox: 1.7.2.1 -> 1.8.0 (#351291) 2024-11-02 19:43:57 +01:00
pongo1231
5ebc7e350b distrobox: 1.7.2.1 -> 1.8.0 2024-11-02 16:12:25 +01:00