Commit Graph

542307 Commits

Author SHA1 Message Date
R. Ryantm
fa1b02a52f grpcurl: 1.8.8 -> 1.8.9 2023-10-30 04:49:41 +00:00
Rémy Grünblatt
c9e3cc43c7
nixos: fix iproute2 invocations (#263976)
When using iproute2's ip binary, you can omit the dev parameter, e.g. ip link set up eth0 instead of ip link set up dev eth0.

This breaks if for some reason your device is named e.g. he, hel, … because it is interpreted as ip link set up help.

I just encountered this bug using networking.bridges trying to create an interface named he.

I used a grep on nixpkgs to try to find iproute2 invocations using variables without the dev keyword, and found a few, and fixed them by providing the dev keyword.

I merely fixed what I found, but the use of abbreviated commands makes it a bit hard to be sure everything has been found (e.g. ip l set … up instead of ip link set … up).
2023-10-29 18:27:16 +01:00
Will Fancher
5cea7ee452
Merge pull request #262583 from ElvishJerricco/systemd-stage-1-shells
systemd-stage-1: Support for user shells
2023-10-29 13:22:47 -04:00
K900
b9d8a730e3
Merge pull request #264200 from K900/revert-specialfs
Revert "nixos/activation: remove specialfs activationScript"
2023-10-29 20:18:05 +03:00
Peder Bergebakken Sundt
173c9a5f72
Merge pull request #253676 from mimame/update-zettlr-3.0.0
zettlr: 2.3.0 -> 3.0.2
2023-10-29 18:15:18 +01:00
K900
7ea67d7cb6 Revert "nixos/activation: remove specialfs activationScript"
This reverts commit a8f50f9919.

Broke installer tests, need to figure out how to fix nixos-enter before attempting this again.
2023-10-29 20:08:48 +03:00
Maximilian Bosch
9f689d42a7
Merge pull request #263185 from Ma27/bump-grafana
grafana: 10.1.5 -> 10.2.0
2023-10-29 18:06:46 +01:00
Ryan Lahfa
92fdbd284c
Merge pull request #262839 from RaitoBezarius/qemu-vm/timeout 2023-10-29 17:21:10 +01:00
Dennis
d51318c492
python3.pkgs.complycube: init at 1.1.6 (#236895) 2023-10-30 01:07:01 +09:00
Weijia Wang
02a932836b
Merge pull request #263752 from pluiedev/patch-1
vesktop: 0.4.1 -> 0.4.2
2023-10-29 17:05:59 +01:00
Weijia Wang
618c38d746
Merge pull request #263859 from r-ryantm/auto-update/multitail
multitail: 7.0.0 -> 7.1.1
2023-10-29 17:05:13 +01:00
Weijia Wang
29b079ccde
Merge pull request #264067 from MikaelFangel/update-fsautocomplete
fsautocomplete: 0.66.1 -> 0.67.0
2023-10-29 17:03:58 +01:00
Weijia Wang
2ffce68b46
Merge pull request #263957 from antonmosich/minify-update
minify: 2.19.10 -> 2.20.0
2023-10-29 17:03:12 +01:00
Weijia Wang
4cf69fbd7f
Merge pull request #264133 from r-ryantm/auto-update/beeper
beeper: 3.82.8 -> 3.83.13
2023-10-29 17:02:48 +01:00
Weijia Wang
638b369d9a
Merge pull request #264059 from mattmelling/direwolf-1.7
direwolf: 1.6 -> 1.7
2023-10-29 17:02:22 +01:00
Weijia Wang
862610cdc5
Merge pull request #264145 from r-ryantm/auto-update/miniaudio
miniaudio: 0.11.17 -> 0.11.18
2023-10-29 17:00:54 +01:00
Nikolay Korotkiy
ed0f304e33
Merge pull request #264097 from r-ryantm/auto-update/lagrange
lagrange: 1.17.0 -> 1.17.2
2023-10-29 19:29:48 +04:00
Aaron Andersen
602f09d882
Merge pull request #264179 from mguentner/add_kodi_somafm
kodiPackages.somafm: init at 2.0.1
2023-10-29 11:27:55 -04:00
Aaron Andersen
c0bcdc9245
Merge pull request #264168 from mguentner/add_kodi_radioparadise
kodiPackages.radioparadise: init at 1.0.5
2023-10-29 11:17:24 -04:00
Nick Cao
b41bb11ed8
Merge pull request #264018 from Infinidoge/fix/schildichat-electron
schildichat: use electron 25
2023-10-29 11:05:46 -04:00
Rick van Schijndel
ec43978695
Merge pull request #263932 from paumr/maintainers_paumr
paumr: add maintainer, archi: add paumr as maintainer
2023-10-29 15:51:31 +01:00
Maximilian Güntner
200c2340f0
kodiPackages.somafm: init at 2.0.1 2023-10-29 15:50:40 +01:00
Infinidoge
4c84eb4e49 schildichat-desktop: use electron 25 2023-10-29 10:44:42 -04:00
hesiod
02fad9eefd
super-slicer-latest: 2.4.58.3 -> 2.4.58.5; super-slicer-beta: init at 2.5.59.2
* super-slicer-latest: 2.4.58.3 -> 2.4.58.5

* super-slicer-beta: init at 2.5.59.2

* super-slicer: Remove old workaround

* super-slicer: Add maintainer tmarkus

* prusa-slicer: Add maintainer tmarkus

* super-slicer: Move to tbb_2021_8

super-slicer.latest requires tbb_2021_8 in order to build correctly.
Move super-slicer over to tbb_2021_8 and remove the
no longer required TBB discovery patches.

* prusa-slicer: Remove unused gtest dependency

* prusa-slicer: Exclude tests in custom checkPhase

* prusa-slicer: Remove compiler warning override

Eigen disables -Wignored-attributes on its own now.

* super-slicer: Fix libexpat linking issue

---------

Co-authored-by: André-Patrick Bubel <code@apb.name>
2023-10-29 18:06:43 +04:00
Michele Guerini Rocco
8ab0e6fdae
Merge pull request #264129 from r-ryantm/auto-update/bdf2psf
bdf2psf: 1.222 -> 1.223
2023-10-29 15:04:20 +01:00
Alexandru Scvortov
318af65e51 livebook: 0.11.1 -> 0.11.3 2023-10-29 13:52:12 +00:00
Jakub Sokołowski
c03b74224a erigon: fix SIGILL error due to missing CGO_CFLAGS
Currently Erigon binary fails to start on some systems with:
```
 > erigon --version
Caught SIGILL in blst_cgo_init, consult <blst>/bindinds/go/README.md.
```
The reason for that are missing `CGO_CFLAGS` that can be seen here:
https://github.com/ledgerwatch/erigon/blob/v2.53.2/Makefile#L26

For more information on this see this `bsc` issue:
https://github.com/bnb-chain/bsc/issues/1521

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-10-29 13:47:32 +00:00
Maximilian Güntner
f9139b2b99
kodiPackages.radioparadise: init at 1.0.5 2023-10-29 14:28:00 +01:00
K900
220241421f
Merge pull request #263744 from K900/stateversion-docs
treewide: rewrite stateVersion docs (again), clean up some stateVersion usages (again)
2023-10-29 16:25:48 +03:00
Peder Bergebakken Sundt
24043a2bc5
Merge pull request #264072 from pbsds/bump-vgmstream-1698541081
vgmstream: unstable-2022-02-21 -> 1879
2023-10-29 14:03:12 +01:00
Nick Cao
7842178de9
Merge pull request #264049 from r-ryantm/auto-update/grpcui
grpcui: 1.3.2 -> 1.3.3
2023-10-29 08:55:16 -04:00
Nick Cao
669698655c
Merge pull request #264070 from r-ryantm/auto-update/kaldi
kaldi: unstable-2023-05-02 -> unstable-2023-10-13
2023-10-29 08:53:45 -04:00
Nick Cao
c508e12e0f
Merge pull request #264086 from r-ryantm/auto-update/kubecfg
kubecfg: 0.34.1 -> 0.34.2
2023-10-29 08:51:43 -04:00
Nick Cao
7a07a54a9e
Merge pull request #264089 from r-ryantm/auto-update/kubeseal
kubeseal: 0.24.1 -> 0.24.2
2023-10-29 08:50:46 -04:00
Nick Cao
7bdbf05623
Merge pull request #264099 from r-ryantm/auto-update/lexicon
lexicon: 3.16.0 -> 3.16.1
2023-10-29 08:47:42 -04:00
Nick Cao
fc96eebc69
Merge pull request #264112 from kashw2/karmor
karmor: 0.14 -> 0.14.2
2023-10-29 08:45:40 -04:00
Nick Cao
700c736537
Merge pull request #264114 from kashw2/terragrunt
terragrunt: 0.52.3 -> 0.53.0
2023-10-29 08:44:35 -04:00
Nick Cao
79893f4bc8
Merge pull request #264116 from fabaff/google-cloud-firestore-bump
python311Packages.google-cloud-firestore: 2.12.0 -> 2.13.0
2023-10-29 08:43:54 -04:00
Nick Cao
b35585b4a2
Merge pull request #264142 from r-ryantm/auto-update/alacritty-theme
alacritty-theme: unstable-2023-10-12 -> unstable-2023-10-26
2023-10-29 08:41:07 -04:00
Nick Cao
8857c4f1ad
Merge pull request #264143 from r-ryantm/auto-update/ibus-engines.m17n
ibus-engines.m17n: 1.4.22 -> 1.4.23
2023-10-29 08:40:35 -04:00
Nick Cao
4c292bc7dd
Merge pull request #264151 from mweinelt/evcc-0.121.5
evcc: 0.121.3 -> 0.121.5
2023-10-29 08:39:26 -04:00
Nick Cao
d94c1a422d
Merge pull request #264152 from r-ryantm/auto-update/nfpm
nfpm: 2.33.1 -> 2.34.0
2023-10-29 08:38:55 -04:00
Aaron Andersen
e940725cff
Merge pull request #264138 from r-ryantm/auto-update/bonmin
bonmin: 1.8.8 -> 1.8.9
2023-10-29 08:25:53 -04:00
Weijia Wang
3b8189b76e
Merge pull request #263820 from wegank/disarchive-rename
disarchive: rename from guile-disarchive, fix program
2023-10-29 13:24:36 +01:00
Aaron Andersen
af17a2847c
Merge pull request #264079 from r-ryantm/auto-update/kodiPackages.arteplussept
kodiPackages.arteplussept: 1.4.0 -> 1.4.1
2023-10-29 08:23:04 -04:00
Aaron Andersen
3b848391b6
Merge pull request #227442 from christoph-heiss/openssh/allowusers
openssh: add {Allow,Deny}{Users,Groups} settings
2023-10-29 08:20:22 -04:00
Nikolay Korotkiy
d236200278
lagrange-tui: fix build 2023-10-29 16:16:19 +04:00
Weijia Wang
f4bc9a6ef9
Merge pull request #259820 from Infinidoge/feat/temurin-bin-21
temurin-bin: init at 21
2023-10-29 13:07:34 +01:00
K900
424b0cefa4 nixos/version: rewrite stateVersion documentation
Match the comment in nixos-generate-config and add some more details for the curious.
2023-10-29 15:02:50 +03:00
K900
fb1ccc91f7 nixos-generate-config: rewrite stateVersion comment again
Hopefully this version is clearer. Also tried to make it less technical.
2023-10-29 15:02:50 +03:00