Commit Graph

545 Commits

Author SHA1 Message Date
Weijia Wang 7ed179a6e1 Merge pull request #201255 from r-ryantm/auto-update/linode-cli
linode-cli: 5.25.0 -> 5.26.1
2023-01-23 06:35:29 +01:00
Weijia Wang a00dbbef92 Merge pull request #196105 from r-ryantm/auto-update/kubevirt
kubevirt: 0.57.1 -> 0.58.0
2023-01-22 22:32:34 +01:00
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Martin Weinelt b974cf6522 Merge pull request #209180 from NixOS/staging-next 2023-01-14 16:26:39 +00:00
R. Ryantm 25bf3d689d google-guest-agent: 20221109.00 -> 20230112.00 2023-01-14 02:53:18 +00:00
Martin Weinelt 5342b695b1 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-12 23:07:01 +01:00
Alyssa Ross cbf163490e supermin: init at 5.2.2 2023-01-12 01:12:50 +00:00
github-actions[bot] 76d33189ba Merge master into staging-next 2023-01-07 12:01:24 +00:00
maddiethecafebabe fa908526f3 uefi-run: 0.5.0 -> 0.6.0 2023-01-06 21:18:31 +01:00
Kirill Radzikhovskyy 109aabe2e8 awsebcli: fixup, bump termcolor dependecy 2023-01-05 13:20:46 +01:00
Anthony Roussel 9a0aed0dc1 python310Packages.botocore: 1.27.75 -> 1.29.38 2022-12-28 17:58:33 +01:00
figsoda c78ad3c4fa Merge pull request #207744 from figsoda/nix-update-script
treewide: remove attrPath from nix-update-script calls
2022-12-26 19:00:46 -05:00
figsoda a211d94291 treewide: remove attrPath from nix-update-script calls
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2022-12-26 12:39:21 -05:00
Sascha Grunert bd8c376d2b cri-tools: 1.25.0 -> 1.26.0
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-12-26 10:18:05 +10:00
Robert Schütz 61184e7ecc xe-guest-utilities: remove references to /bin/sh 2022-12-22 01:25:45 -08:00
Robert Schütz c1c6565edc xe-guest-utilities: 6.2.0 -> 7.30.0 2022-12-20 08:02:57 -08:00
Sandro Jäckel 04a1c0d7ad treewide: fix quoting of GITHUB_TOKEN in curl 2022-12-17 23:32:43 +01:00
Jörg Thalheim b955ac25e0 Merge pull request #205875 from r-ryantm/auto-update/govc
govc: 0.29.0 -> 0.30.0
2022-12-14 21:58:23 +00:00
figsoda 1c67a76d4c Merge pull request #205948 from ereslibre/fix-reg-aarch64-darwin
reg: Fix aarch64-darwin build
2022-12-13 22:24:02 -05:00
Rick van Schijndel 9833d56c24 treewide: mark packages broken that never built on PLATFORM
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken
Tool is still WIP but this is one of the first results.

I manually audited the results and removed some results that were not valid.

Note that some of these packages maybe should have more constrained platforms set
instead of broken set, but I think not being perfectly correct is better than
just keep trying to build all these things and never succeeding.

Some observations:

- Some darwin builds require XCode tools
- aarch64-linux builds sometimes suffer from using gcc9
  - gcc9 is getting older and misses some new libraries/features
- Sometimes tools try to do system detection or expect some explicit settings for
  platforms that are not x86_64-linux
2022-12-13 21:40:12 +01:00
Rafael Fernández López 2c78bbbbb4 reg: Fix aarch64-darwin build 2022-12-13 21:27:08 +01:00
R. Ryantm 4fa694adf2 govc: 0.29.0 -> 0.30.0 2022-12-13 03:45:19 +00:00
Alyssa Ross 74a1545090 guestfs-tools: add virt-builder runtime deps
These are required to do anything useful with the program.  It tries
to run virt-resize from PATH, so $out/bin needs to be included as
well.
2022-12-01 08:49:30 +00:00
Alyssa Ross ad3c91ce35 guestfs-tools: fix virt-builder lookup path
virt-builder --list would be empty, because it would look in
/etc/.virt-builder-wrapped.  Instead, we want it to look in
$out/etc/virt-builder, where the data is actually installed (while
still allowing user-provided overrides to be placed in /etc).
2022-12-01 08:49:18 +00:00
Sandro b4fcfe4144 Merge pull request #200139 from urandom2/dockstarter
Fixes https://github.com/NixOS/nixpkgs/issues/180060
2022-11-28 00:59:40 +01:00
Sandro 1ffa33bf09 Merge pull request #197923 from SuperSandro2000/onmetal-image 2022-11-27 22:55:01 +01:00
Colin Arnott 0c540ad804 dockstarter: init at unstable-2022-10-26
Fixes #180060
2022-11-26 02:54:25 +00:00
R. Ryantm 4c1a2d78f4 cloud-init: 22.3.4 -> 22.4 2022-11-19 10:43:30 +08:00
R. Ryantm 396ba2dd17 rootlesskit: 1.0.1 -> 1.1.0 2022-11-17 14:09:17 +10:00
R. Ryantm 0c621bc41b linode-cli: 5.25.0 -> 5.26.1 2022-11-16 19:33:13 +00:00
R. Ryantm 28c23de0e9 google-guest-agent: 20221104.00 -> 20221109.00 2022-11-12 07:35:12 +00:00
Erik Arvstedt e32b81f3b3 extra-container: fix src hash
I forgot to update it during the last version update.
2022-11-11 16:57:16 +01:00
Eelco Dolstra 0a00b332cd Merge pull request #198526 from farnoy/nixos-container-unified-cgroups
[nixos-container] Make nixos containers use unified cgroupsv2
2022-11-10 13:37:43 +01:00
Jakub Okoński 12508ac79a nixos-container: force systemd-nspawn to use unified cgroups hierarchy 2022-11-06 17:12:02 +01:00
R. Ryantm 2b43dcf620 google-guest-agent: 20221025.00 -> 20221104.00 2022-11-05 16:07:15 +00:00
R. Ryantm c4937f84a5 cloud-init: 22.3.3 -> 22.3.4 2022-11-05 11:44:04 +08:00
Mario Rodas 8c73cb0d74 Merge pull request #199084 from r-ryantm/auto-update/linode-cli
linode-cli: 5.24.0 -> 5.25.0
2022-11-02 21:00:51 -05:00
github-actions[bot] 4b05cc6f66 Merge master into staging-next 2022-11-02 12:01:31 +00:00
Georges Dubus cfdce3b542 cloud-init: remove madjar from maintainers 2022-11-02 10:54:42 +01:00
R. Ryantm 84fcda319e linode-cli: 5.24.0 -> 5.25.0 2022-11-02 01:36:14 +00:00
Erik Arvstedt 15be8a7020 extra-container: 0.10 -> 0.11 2022-10-31 16:15:43 +01:00
Martin Weinelt 3aab0da1c8 Merge pull request #198400 from kirillrdy/awsebcli 2022-10-30 02:05:51 +02:00
Kirill Radzikhovskyy 4a7b7d7785 awsebcli: fixup, use colorama from nixpkgs 2022-10-29 16:52:17 +11:00
Mario Rodas 6b8b5a7328 Merge pull request #198030 from r-ryantm/auto-update/google-guest-agent
google-guest-agent: 20221018.00 -> 20221025.00
2022-10-28 22:02:14 -05:00
R. Ryantm 560d5d4c1c google-guest-agent: 20221018.00 -> 20221025.00 2022-10-27 08:48:19 +00:00
illustris 06372b5e99 cloud-init: 21.4 -> 22.3.3 2022-10-27 08:07:48 +02:00
Sandro Jäckel d421186dc5 onmetal-image: init at unstable-2022-09-28 2022-10-26 17:40:34 +02:00
Mario Rodas 4983e3e4dc Merge pull request #196589 from r-ryantm/auto-update/google-guest-agent
google-guest-agent: 20220927.00 -> 20221018.00
2022-10-22 06:15:44 -05:00
R. Ryantm 415456e494 google-guest-agent: 20220927.00 -> 20221018.00 2022-10-19 12:38:37 +00:00
R. Ryantm f4f6322b01 linode-cli: 5.23.0 -> 5.24.0 2022-10-19 09:23:38 +00:00