Commit Graph

456994 Commits

Author SHA1 Message Date
Weijia Wang
739f4d5ee5
Merge pull request #217801 from wegank/xmrig-mo-aarch64
xmrig-mo: unbreak on more platforms
2023-02-23 07:10:22 +02:00
Weijia Wang
b65d2ea436
Merge pull request #192672 from amjoseph-nixpkgs/pr/nixos/sd/powerpc64le
enable NixOS installer for powerpc64le
2023-02-23 07:09:46 +02:00
Weijia Wang
128877b73a
Merge pull request #217638 from r-ryantm/auto-update/python310Packages.bitstruct
python310Packages.bitstruct: 8.15.1 -> 8.17.0
2023-02-23 07:05:44 +02:00
Weijia Wang
bedf8d81fc
Merge pull request #217629 from r-ryantm/auto-update/ostree
ostree: 2022.7 -> 2023.1
2023-02-23 06:58:43 +02:00
Weijia Wang
4194c97a10
Merge pull request #217639 from r-ryantm/auto-update/python310Packages.httpx-ntlm
python310Packages.httpx-ntlm: 1.0.0 -> 1.1.0
2023-02-23 06:57:49 +02:00
Weijia Wang
298ac11bb1
Merge pull request #217623 from r-ryantm/auto-update/bear
bear: 3.1.0 -> 3.1.1
2023-02-23 06:55:19 +02:00
Ryan Lahfa
83e7e83ea7
Merge pull request #205033 from CathalMullan/phlare
phlare: init at 0.3.0
2023-02-23 13:54:31 +09:00
Weijia Wang
56b29caf07
Merge pull request #217538 from r-ryantm/auto-update/spicedb-zed
spicedb-zed: 0.8.0 -> 0.9.1
2023-02-23 06:52:14 +02:00
Weijia Wang
f395f1987e
Merge pull request #217621 from r-ryantm/auto-update/ameba
ameba: 1.4.0 -> 1.4.1
2023-02-23 06:49:09 +02:00
zowoq
7380dec318 terraform-providers.cloudinit: 2.2.0 → 2.3.1 2023-02-23 14:36:21 +10:00
github-actions[bot]
33f5fe5c9c terraform-providers.vra7: 3.0.6 → 3.0.7 2023-02-23 14:36:21 +10:00
github-actions[bot]
1badd0069c terraform-providers.oci: 4.108.1 → 4.109.0 2023-02-23 14:36:21 +10:00
github-actions[bot]
299c2b61e5 terraform-providers.scaleway: 2.11.0 → 2.11.1 2023-02-23 14:36:21 +10:00
github-actions[bot]
09e51eadda terraform-providers.ovh: 0.27.0 → 0.28.1 2023-02-23 14:36:21 +10:00
github-actions[bot]
2e3016d9a6 terraform-providers.google: 4.53.1 → 4.54.0 2023-02-23 14:36:21 +10:00
github-actions[bot]
03f6371b8d terraform-providers.heroku: 5.1.11 → 5.1.12 2023-02-23 14:36:21 +10:00
github-actions[bot]
4cc42f749e terraform-providers.gitlab: 15.8.0 → 15.9.0 2023-02-23 14:36:21 +10:00
github-actions[bot]
5148862235 terraform-providers.auth0: 0.43.0 → 0.44.0 2023-02-23 14:36:21 +10:00
Weijia Wang
453be8e802 xmrig-mo: unbreak on more platforms 2023-02-23 06:33:11 +02:00
Adam Joseph
f99e8bafe6 nixos/installer: add sd-image-powerpc64le.nix
This builds on top of nixpkgs mainline 00d8347180
with the following two PRs cherry-picked:

- https://github.com/NixOS/nixpkgs/pull/192670
- https://github.com/NixOS/nixpkgs/pull/192668

using the following command:

```
nix build -f nixos -L \
  -I nixos-config=nixos/modules/installer/sd-card/sd-image-powerpc64le.nix \
  config.system.build.sdImage
```

I was able to successfully boot the image, although it boots to a login prompt
rather than a shell, and won't accept the empty password for `root`.  I guess
I'll have to figure out why that is.

To boot the image: `zstd`-decompress the it, mount it, and use `kexec`:

```
cd boot/nixos
kexec -l \
  *-vmlinux \
  --initrd *-initrd \
  --dt-no-old-root \
  --command-line="$(grep APPEND ../extlinux/extlinux.conf | sed 's_^ *APPEND *__')"
```

The machine I used for testing has only one storage device which is completely
allocated to LVM.  It appears that the NixOS ISO loader doesn't look for
partition tables within LVM volumes.  To work aroundn this, I had to extract the
`ext4` image within the partition table within the `sd-card` image and put that
in its own LVM volume.  This likely won't be an obstacle for users who write the
image to a USB stick or similar.
2023-02-23 06:18:52 +02:00
Samuel Ainsworth
dc3ac9dc42
Merge pull request #217322 from ConnorBaker/cudatoolkit-prune-broken-symlinks
cudatoolkit: prune broken symlinks in `postFixup`
2023-02-22 22:42:42 -05:00
Lassulus
c8322a465c
Merge pull request #217727 from vlaci/lief-darwin
lief: enable darwin support
2023-02-23 08:57:53 +05:30
Anderson Torres
990f09363a
Merge pull request #217781 from dotlambda/pyqt6-6.4.2
python310Packages.pyqt6: 6.4.0 -> 6.4.2
2023-02-23 00:10:22 -03:00
Nick Cao
12f94adb89
Merge pull request #217702 from Luflosi/update/yosys
yosys: 0.25 -> 0.26
2023-02-23 10:50:23 +08:00
Robert Schütz
af735e7623 python310Packages.recurring-ical-events: 2.0.1 -> 2.0.2
Diff: https://github.com/niccokunzmann/python-recurring-ical-events/compare/v2.0.1...v2.0.2

Changelog: https://github.com/niccokunzmann/python-recurring-ical-events/blob/v2.0.2/README.rst#changelog
2023-02-22 17:44:58 -08:00
Robert Schütz
07e1d5bc22 metadata-cleaner: 2.4.0 -> 2.5.0
Diff: https://gitlab.com/rmnvgr/metadata-cleaner/-/compare/v2.4.0...v2.5.0

Changelog: https://gitlab.com/rmnvgr/metadata-cleaner/-/blob/v2.5.0/CHANGELOG.md
2023-02-22 17:41:40 -08:00
Robert Schütz
0d2542fa9d flatcam: pin shapely at 1.8.4 2023-02-22 17:39:49 -08:00
Robert Schütz
6f2e446ea7 python310Packages.hass-nabucasa: don't depend on asynctest
Upstream removed it in
https://github.com/NabuCasa/hass-nabucasa/pull/318 and didn't use it for
Python >= 3.8 anyway.
2023-02-22 17:38:47 -08:00
Robert Schütz
89c8ef30a6 nixos/imaginary: bind to localhost by default 2023-02-22 17:37:36 -08:00
Mario Rodas
a110ae872b
Merge pull request #217659 from r-ryantm/auto-update/folly
folly: 2023.02.06.00 -> 2023.02.13.00
2023-02-22 20:31:44 -05:00
Mario Rodas
19ff7ec33f
Merge pull request #217652 from r-ryantm/auto-update/protoc-gen-connect-go
protoc-gen-connect-go: 1.5.0 -> 1.5.2
2023-02-22 20:31:19 -05:00
Nick Cao
3d14f3fb41
Merge pull request #217635 from r-ryantm/auto-update/spotify-player
spotify-player: 0.11.1 -> 0.12.0
2023-02-23 09:19:27 +08:00
Nick Cao
467efb339c
Merge pull request #217643 from mahmoudk1000/master
anki-bin: 2.1.58 -> 2.1.60
2023-02-23 09:18:52 +08:00
Nick Cao
d3740cb30e
Merge pull request #217673 from r-ryantm/auto-update/devbox
devbox: 0.3.3 -> 0.3.4
2023-02-23 09:17:56 +08:00
Nick Cao
8cb24369c7
Merge pull request #217676 from lorenzleutgeb/gradle-6
gradle: 6.9.3 -> 6.9.4
2023-02-23 09:17:49 +08:00
Nick Cao
159c0a973d
Merge pull request #217688 from r-ryantm/auto-update/watchmate
watchmate: 0.4.0 -> 0.4.1
2023-02-23 09:17:16 +08:00
Nick Cao
8736d714ec
Merge pull request #217692 from r-ryantm/auto-update/yadm
yadm: 3.2.1 -> 3.2.2
2023-02-23 09:16:30 +08:00
Nick Cao
ec19a4855f
Merge pull request #217695 from r-ryantm/auto-update/cargo-deb
cargo-deb: 1.42.0 -> 1.42.1
2023-02-23 09:16:09 +08:00
Robert Schütz
953c6fed96 python310Packages.pyqt6: 6.4.0 -> 6.4.2 2023-02-22 17:13:04 -08:00
Robert Schütz
496dd49d1c python310Packages.pyqt5: 5.15.7 -> 5.15.9 2023-02-22 17:12:34 -08:00
Nick Cao
6d8d421090
Merge pull request #217719 from r-ryantm/auto-update/obsidian
obsidian: 1.1.9 -> 1.1.15
2023-02-23 09:09:00 +08:00
Nick Cao
ad8b0a440b
Merge pull request #217730 from hmenke/alps
nixos/alps: fix embarrasing typo
2023-02-23 09:08:23 +08:00
Nick Cao
530146f0fe
Merge pull request #217731 from chvp/bump-eid-mw
eid-mw: 5.1.9 -> 5.1.10
2023-02-23 09:08:04 +08:00
Nick Cao
4b74ba8001
Merge pull request #217744 from dotlambda/rnote-0.5.14
rnote: 0.5.13 -> 0.5.14
2023-02-23 09:04:55 +08:00
Nick Cao
27d2aa5360
Merge pull request #217761 from rhoriguchi/gitkraken
gitkraken: 9.1.0 -> 9.1.1
2023-02-23 09:02:18 +08:00
Nick Cao
e745e10f78
Merge pull request #217769 from wahjava/update-flyctl
flyctl: 0.0.456 -> 0.0.464
2023-02-23 09:01:59 +08:00
Nick Cao
47d96e57c9
Merge pull request #217771 from fabaff/meteofrance-api-bump
python310Packages.meteofrance-api: 1.1.0 -> 1.2.0
2023-02-23 09:01:21 +08:00
Nick Cao
6eaf4f425d
Merge pull request #217774 from dotlambda/vallox-websocket-api-3.1.0
python310Packages.vallox-websocket-api: 3.0.0 -> 3.1.0
2023-02-23 08:59:42 +08:00
Anderson Torres
2e901f858a
Merge pull request #217764 from dotlambda/sip-6.7.7
python310Packages.sip: 6.7.5 -> 6.7.7
2023-02-22 21:56:29 -03:00
Nick Cao
94dc2f4beb
Merge pull request #216738 from wineee/deepin-camera
deepin.deepin-camera: init at 1.4.8
2023-02-23 08:56:04 +08:00