Nick Cao
2265160fc0
nixos/polkit: guard static gid for polkituser behind state version
2023-02-23 17:07:49 +08:00
Nick Cao
5956e0866f
Merge pull request #217782 from dotlambda/caldav-1.1.3
...
python310Packages.caldav: 1.1.1 -> 1.1.3
2023-02-23 14:29:40 +08:00
Nick Cao
ae28bb0ab5
Merge pull request #217786 from wahjava/update-tailscale
...
tailscale: 1.36.1 -> 1.36.2
2023-02-23 14:28:25 +08:00
Nick Cao
8522bcd017
Merge pull request #217791 from r-ryantm/auto-update/python310Packages.pytorch-metric-learning
...
python310Packages.pytorch-metric-learning: 2.0.0 -> 2.0.1
2023-02-23 14:28:09 +08:00
Nick Cao
400621ac5d
Merge pull request #217795 from r-ryantm/auto-update/pineapple-pictures
...
pineapple-pictures: 0.6.5 -> 0.6.6
2023-02-23 14:27:45 +08:00
Nick Cao
aacd79e770
Merge pull request #217798 from r-ryantm/auto-update/argocd
...
argocd: 2.6.1 -> 2.6.2
2023-02-23 14:27:03 +08:00
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
R. Ryantm
bcd127d19f
argocd: 2.6.1 -> 2.6.2
2023-02-23 04:08:52 +00:00
R. Ryantm
ee8aa8fbb5
pineapple-pictures: 0.6.5 -> 0.6.6
2023-02-23 03:47:36 +00: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
R. Ryantm
1f16363672
python310Packages.pytorch-metric-learning: 2.0.0 -> 2.0.1
2023-02-23 02:53:46 +00: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
Ashish SHUKLA
c346267257
tailscale: 1.36.1 -> 1.36.2
2023-02-23 07:07:33 +05:30
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
Robert Schütz
3c5402a81a
python310Packages.caldav: 1.1.1 -> 1.1.3
...
Diff: https://github.com/python-caldav/caldav/compare/refs/tags/v1.1.1...v1.1.3
2023-02-22 17:18:23 -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