K900
c80b166115
switch-to-configuration-ng: clear environment when reexecing as user
...
Avoids weird magic dbus variables leaking in and ruining everything.
2024-09-06 19:52:56 +03:00
K900
a06868fb0d
switch-to-configuration-ng: get runtime directory from logind instead of hardcoding
...
Correctness fix, shouldn't actually matter ~ever.
2024-09-06 19:52:06 +03:00
Bruno Bigras
50a288414b
zed-editor: 0.151.1 -> 0.151.2
2024-09-06 12:32:32 -04:00
R. Ryantm
fbfba316fb
python312Packages.pysmlight: 0.0.13 -> 0.0.14
2024-09-06 16:16:28 +00:00
Emily
f69ba1fed5
overrideSDK: fix on aarch64-darwin
...
I don’t want to talk about it.
Fixes QEMU.
2024-09-06 16:59:17 +01:00
Anthony Roussel
88dbefd1f2
nixosTests.samba: add anthonyroussel to maintainers
2024-09-06 17:53:22 +02:00
Anthony Roussel
56ae1fb452
nixos/samba: split and sync SystemD services with upstream
2024-09-06 17:53:22 +02:00
Anthony Roussel
ac29b192d8
nixos/samba: use mkEnableOption
when possible
2024-09-06 17:53:22 +02:00
Anthony Roussel
3f0b4964c3
nixos/samba: add documentation to systemd.services
2024-09-06 17:53:22 +02:00
Anthony Roussel
7a3bba220d
nixos/samba: add services.samba.smbd.enable option
2024-09-06 17:53:22 +02:00
Anthony Roussel
ee6c8db585
nixos/samba: reorganize and rename module options
2024-09-06 17:53:22 +02:00
Anthony Roussel
3b48a7e013
nixos/samba: add documentation
2024-09-06 17:53:22 +02:00
Anthony Roussel
988c598106
nixos/samba: migrate to structural settings (RFC42)
2024-09-06 17:53:22 +02:00
Yt
6423eb0fb7
openobserve: 0.10.1 -> 0.11.0 ( #340079 )
2024-09-06 15:46:09 +00:00
Aleksana
4343294491
ibmcloud-cli: 2.17.0 -> 2.27.0 ( #338375 )
2024-09-06 23:33:56 +08:00
Aleksana
6b045549f1
igv: only replace actual java commands with the full path ( #338340 )
2024-09-06 23:11:25 +08:00
Aleksana
de383830c4
nixos-rebuild: Fix repl with channels ( #332705 )
2024-09-06 23:07:25 +08:00
Damien Cassou
cbebe9f318
crowdin-cli: 4.1.1 -> 4.1.2 ( #340093 )
2024-09-06 17:05:38 +02:00
Aleksana
e1080ba5fb
termius: 8.12.9 -> 9.3.2, add update script, and fix icon problem ( #334424 )
2024-09-06 23:05:23 +08:00
José Luis Lafuente
7c78be883a
clojure: 1.11.4.1474 -> 1.12.0.1479
2024-09-06 17:04:36 +02:00
Aleksana
c5654fa410
flat-remix-gtk: 20220627 -> 20240730 ( #337009 )
2024-09-06 23:04:14 +08:00
Aleksana
574d1eac1c
vimPlugins.ranger-nvim: fix wrong patching ( #340102 )
2024-09-06 22:57:51 +08:00
Robert Schütz
c93017b80d
librewolf-unwrapped: 129.0.2-1 -> 130.0-1
2024-09-06 07:55:44 -07:00
nixpkgs-merge-bot[bot]
0bc3d6f447
teams-for-linux: 1.9.5 -> 1.9.6 ( #339628 )
2024-09-06 14:49:10 +00:00
Nikolay Korotkiy
eeedf03ed2
tippecanoe: 2.60.0 -> 2.62.0 ( #339969 )
2024-09-06 18:39:55 +04:00
Kira Bruneau
f6330df718
python312Packages.nuitka: remove ccache dependency ( #339804 )
2024-09-06 10:29:40 -04:00
John Ericson
5f134ec6cf
Clean up cross bootstrapping
...
For a long time, we've had `crossLibcStdenv`, `*Cross` libc attributes,
and `*bsdCross` pre-libc package sets. This was always bad because
having "cross" things is "not declarative": the naming doesn't reflect
what packages *need* but rather how we *provide* something. This is
ugly, and creates needless friction between cross and native building.
Now, almost all of these `*Cross` attributes are gone: just these are
kept:
- Glibc's and Musl's are kept, because those packages are widely used
and I didn't want to risk changing the native builds of those at this
time.
- generic `libcCross`, `theadsCross`, and friends, because these relate
to the convolulted GCC bootstrap which still needs to be redone.
The BSD and obscure Linux or freestnanding libcs have conversely all
been made to use a new `stdenvNoLibc`, which is like the old
`crossLibcStdenv` except:
1. It usable for native and cross alike
2. It named according to what it *is* ("a standard environment without
libc but with a C compiler"), rather than some non-compositional
jargon ("the stdenv used for building libc when cross compiling",
yuck).
I should have done this change long ago, but I was stymied because of
"infinite recursions". The problem was that in too many cases we are
overriding `stdenv` to *remove* things we don't need, and this risks
cyles since those more minimal stdenvs are used to build things in the
more maximal stdenvs.
The solution is to pass `stage.nix` `stdenvNoCC`, so we can override to
*build up* rather than *tear down*. For now, the full `stdenv` is also
passed, so I don't need to change the native bootstraps, but I can see
this changing as we make things more uniform and clean those up.
(adapted from commit 51f1ecaa59
)
(adapted from commit 1743662e55
)
2024-09-06 10:26:56 -04:00
Adam C. Stephens
5f9c591eed
erlang_27: 27.0 -> 27.0.1 ( #329427 )
2024-09-06 10:21:21 -04:00
laalsaas
a89b885ae9
sway: integrate with systemd
...
see: https://github.com/swaywm/sway/wiki/Systemd-integration
2024-09-06 15:59:37 +02:00
R. Ryantm
87c8bf47ee
kubernetes-helmPlugins.helm-diff: 3.9.9 -> 3.9.10
2024-09-06 08:58:17 -05:00
Fabian Affolter
522317f121
python312Packages.devpi-common: refactor
...
- add missing packaging-legacy
2024-09-06 15:50:31 +02:00
Fabian Affolter
f179901ab1
python312Packages.packaging-legacy: init at 23.0.post0
...
Module to support for legacy Python Packaging functionality
https://github.com/di/packaging_legacy
2024-09-06 15:47:22 +02:00
Thiago Kenji Okada
6427bcad3b
emilua: bump + plugin support ( #339898 )
2024-09-06 14:45:33 +01:00
Aleksana
0fd01c01ef
music-player: fix build ( #339972 )
2024-09-06 21:45:14 +08:00
Thiago Kenji Okada
57088c1b9d
flet-client-flutter: 0.22.1 -> 0.24.1 ( #339837 )
2024-09-06 14:42:15 +01:00
ocfox
6350c71d9b
music-player: format
2024-09-06 21:34:55 +08:00
R. Ryantm
3699871b13
libretro.ppsspp: unstable-2024-08-27 -> unstable-2024-09-06
2024-09-06 13:34:39 +00:00
ocfox
1af6eaf93c
music-player: 0.2.0-alpha.14 -> unstable-2024-08-24
...
update to 0.2.0-alpha.14-unstable-2024-08-24 to fix build
2024-09-06 21:34:18 +08:00
R. Ryantm
c44c8cc41e
libretro.mame2003-plus: unstable-2024-08-28 -> unstable-2024-09-06
2024-09-06 13:33:39 +00:00
Fabian Affolter
8a0179625c
python312Packages.docx2python: 2.11.0 -> 3.0.0
...
Diff: https://github.com/ShayHill/docx2python/compare/refs/tags/2.11.0...3.0.0
Changelog: https://github.com/ShayHill/docx2python/blob/refs/tags/3.0.0/CHANGELOG.md
2024-09-06 15:31:50 +02:00
R. Ryantm
f5ca707f27
crowdin-cli: 4.1.1 -> 4.1.2
2024-09-06 13:29:40 +00:00
Fabian Affolter
8df6327267
python312Packages.paragraphs: init at 1.0.1
...
Module to incorporate long strings
https://github.com/ShayHill/paragraphs
2024-09-06 15:29:13 +02:00
Aleksana
ba77fd6501
nixos/tests/dex-oidc: fix build ( #340042 )
2024-09-06 21:25:23 +08:00
Aleksana
ea36b19c58
snscrape: add patch to fix find_module deprecation ( #340029 )
2024-09-06 21:24:59 +08:00
Gaetan Lepage
8189ad34e6
ruff-lsp: 0.0.55 -> 0.0.56
...
Diff: https://github.com/astral-sh/ruff-lsp/compare/refs/tags/v0.0.55...v0.0.56
Changelog: https://github.com/astral-sh/ruff-lsp/releases/tag/v0.0.56
2024-09-06 15:19:52 +02:00
Aleksana
31247792c6
pmtiles: add geospatial team as maintainer ( #339256 )
2024-09-06 21:18:39 +08:00
Aleksana
a870a6e9bb
saml2aws: install shell completion ( #339219 )
2024-09-06 21:18:13 +08:00
kilianar
e3a5d6076a
git-cola: 4.8.1 -> 4.8.2
...
https://github.com/git-cola/git-cola/releases/tag/v4.8.2
2024-09-06 15:14:53 +02:00
lassulus
671844dcef
simplex-chat-desktop: 6.0.3 -> 6.0.4 ( #340069 )
2024-09-06 14:07:58 +01:00
OTABI Tomoya
d47b03249b
python312Packages.cohere: 5.9.0 -> 5.9.1 ( #339986 )
2024-09-06 22:07:22 +09:00