Johannes Kirschbauer
7f38a9ce11
Apply suggestions from code review
...
Co-authored-by: Daniel Sidhion <DanielSidhion@users.noreply.github.com>
2024-05-21 09:54:54 +02:00
Johannes Kirschbauer
1a3afdf852
doc: migrate lib.derivations to doc-comment format
2024-05-16 16:08:57 +02:00
Aleksana
cab94ab46e
Merge pull request #283460 from rodarima/fix-pkgs-static-gcc-march
...
pkgsStatic: Pass hostPlatform.gcc attribute
2024-05-16 21:26:10 +08:00
Weijia Wang
b6f403758f
Merge pull request #312169 from B4dM4n/remove-alias-usage
...
treewide: Remove usage of pkgs.{system,hostPlatform} aliases
2024-05-16 15:25:10 +02:00
Damien Cassou
97445937fd
Merge pull request #312192 from r-ryantm/auto-update/crowdin-cli
...
crowdin-cli: 3.19.3 -> 3.19.4
2024-05-16 15:20:01 +02:00
Sandro
087fc1e722
Merge pull request #309260 from Tom-Hubrecht/pypng
2024-05-16 15:15:48 +02:00
Robert James Hernandez
b8ef7d3874
scion: 0.10.0 -> 0.11.0
...
Includes removal of TestOpensslCompatible skipTest, skipTest function,
and patch upstreamed in 0.11.0
2024-05-16 13:13:41 +00:00
Paul Meyer
29df774f51
Merge pull request #309853 from malt3/fix/igvm-tooling-determinism
...
igvm-tooling: allow for determinist id block signing
2024-05-16 15:10:50 +02:00
Ulrik Strid
e11c3f6fd9
Merge pull request #311849 from vbgl/ocaml-ocamlformat-0.26.2
...
ocamlPackages.ocamlformat: 0.26.1 → 0.26.2
2024-05-16 15:08:38 +02:00
Mario Rodas
b08b644626
Merge pull request #308363 from trofi/man-pages-PATH-fix
...
man-pages: restore `$out/bin` to fix `nix-shell -p man-pages`
2024-05-16 08:07:54 -05:00
Mario Rodas
ad05f5e1ab
Merge pull request #308614 from Chaostheorie/cobalt.rocks/nodejs-22.1.0
...
nodejs_22: 22.0.0 -> 22.1.0
2024-05-16 08:04:45 -05:00
Weijia Wang
c38fee781d
Merge pull request #311756 from mjoerg/lektor-3.4.0b11
...
lektor: 3.4.0b8 -> 3.4.0b12
2024-05-16 14:58:47 +02:00
Peter Hoeg
489d8c1c57
fooyin: init at 0.4.1 ( #311879 )
...
* fooyin: init at 0.4.2
2024-05-16 14:57:02 +02:00
Aleksana
7d94720e49
Merge pull request #312181 from Moraxyc/fix-atop-mkSystemd
...
nixos/atop: fix mkSystemd
2024-05-16 20:54:52 +08:00
Arnout Engelen
7286fa5c89
Merge pull request #312096 from r-ryantm/auto-update/python311Packages.cvelib
...
python311Packages.cvelib: 1.3.0 -> 1.4.0
2024-05-16 14:48:30 +02:00
R. Ryantm
5eb9918ba4
crowdin-cli: 3.19.3 -> 3.19.4
2024-05-16 12:38:02 +00:00
Nick Cao
005028d7e2
Merge pull request #311906 from aaronjheng/goda
...
goda: 0.5.7 -> 0.5.8
2024-05-16 08:35:44 -04:00
Nanotwerp
9391d89e80
llvmPackages_latest: llvmPackages_17 -> llvmPackages_18
2024-05-16 14:32:40 +02:00
Aleksana
be3aee43dd
Merge pull request #311397 from Raroh73/fix/services.llama-cpp
...
nixos/llama-cpp: fix rocm support
2024-05-16 20:26:28 +08:00
Aleksana
e962a38c41
Merge pull request #310423 from r-ryantm/auto-update/rwpspread
...
rwpspread: 0.2.6 -> 0.3.0
2024-05-16 20:25:19 +08:00
Maximilian Bosch
cf997b648b
Merge pull request #311977 from Ma27/bump-strace
...
strace: 6.8 -> 6.9
2024-05-16 12:23:50 +00:00
Aleksana
9499b53628
Merge pull request #311997 from r-ryantm/auto-update/libewf-legacy
...
libewf-legacy: 20140814 -> 20140816
2024-05-16 20:19:42 +08:00
Aleksana
f938463dee
Merge pull request #311913 from r-ryantm/auto-update/python311Packages.dramatiq
...
python311Packages.dramatiq: 1.16.0 -> 1.17.0
2024-05-16 20:18:56 +08:00
Aleksana
ac1d4c2a03
Merge pull request #312057 from r-ryantm/auto-update/ngtcp2
...
ngtcp2: 1.4.0 -> 1.5.0
2024-05-16 20:17:12 +08:00
Aleksana
a369fd067d
Merge pull request #312082 from r-ryantm/auto-update/grpc-gateway
...
grpc-gateway: 2.19.1 -> 2.20.0
2024-05-16 20:16:58 +08:00
Aleksana
edb1e295b8
Merge pull request #312058 from r-ryantm/auto-update/skaffold
...
skaffold: 2.11.0 -> 2.12.0
2024-05-16 20:16:39 +08:00
Doron Behar
9893fdc085
Merge pull request #312173 from chuangzhu/gnuradio-glib
...
gnuradio: fix missing typelib
2024-05-16 15:09:25 +03:00
Rodrigo Arias Mallo
e4ee77feb0
pkgsStatic: Pass hostPlatform.gcc attribute
...
To build the security wrappers[1] the pkgsStatic stdenv is used, so the
binaries are static. However, the hostPlatform may have gcc attributes
that are *required* to build binaries so they can run on the host
platform. In particular, this is the case when using gcc.arch, which
ends up injecting -march=... in the gcc wrapper. Those attributes are
not contained in hostPlatform.parsed.
This change sets the same gcc attributes found in the hostPlatform for
the pkgsStatic cross system, so it can build binaries with the same gcc
flags.
[1]: nixos/modules/security/wrappers/default.nix
2024-05-16 14:08:34 +02:00
Aleksana
c68fb0f373
Merge pull request #311671 from onemoresuza/hare-fix-makeflags
...
hare: fix makeflags
2024-05-16 20:00:32 +08:00
Matthias Beyer
5903ac4504
Merge pull request #312078 from r-ryantm/auto-update/do-agent
...
do-agent: 3.16.8 -> 3.16.9
2024-05-16 13:54:22 +02:00
Moraxyc
e704b94191
nixos/atop: fix mkSystemd
2024-05-16 19:53:25 +08:00
Kira Bruneau
bcd8880c1d
Merge pull request #312135 from r-ryantm/auto-update/emacsPackages.lsp-bridge
...
emacsPackages.lsp-bridge: 20240510.1618 -> 20240516.145
2024-05-16 07:51:01 -04:00
Matthias Beyer
5f656f2ebb
Merge pull request #312084 from r-ryantm/auto-update/jacktrip
...
jacktrip: 2.2.5 -> 2.3.0
2024-05-16 13:47:36 +02:00
Matthias Beyer
6de7d3f282
Merge pull request #312086 from r-ryantm/auto-update/libzbc
...
libzbc: 5.13.0 -> 5.14.0
2024-05-16 13:47:19 +02:00
Matthias Beyer
2eef017af0
Merge pull request #312087 from r-ryantm/auto-update/kyverno-chainsaw
...
kyverno-chainsaw: 0.2.0 -> 0.2.1
2024-05-16 13:46:33 +02:00
Matthias Beyer
4c20672c89
Merge pull request #312088 from r-ryantm/auto-update/netmaker
...
netmaker: 0.24.0 -> 0.24.1
2024-05-16 13:46:15 +02:00
Matthias Beyer
f8bad714be
Merge pull request #312091 from r-ryantm/auto-update/netmaker-full
...
netmaker-full: 0.24.0 -> 0.24.1
2024-05-16 13:46:06 +02:00
Matthias Beyer
24e005bcc6
Merge pull request #312090 from gcleroux/fluxcd-update
...
fluxcd: 2.2.3 -> 2.3.0
2024-05-16 13:45:58 +02:00
Matthias Beyer
190e5f3f9b
Merge pull request #312089 from r-ryantm/auto-update/netclient
...
netclient: 0.24.0 -> 0.24.1
2024-05-16 13:45:03 +02:00
Matthias Beyer
48fd0e41e8
Merge pull request #312093 from devusb/chiaki4deck
...
chiaki4deck: 1.6.6 -> 1.7.0
2024-05-16 13:43:40 +02:00
Matthias Beyer
f8df6cc61c
Merge pull request #312095 from r-ryantm/auto-update/pulldown-cmark
...
pulldown-cmark: 0.10.3 -> 0.11.0
2024-05-16 13:41:21 +02:00
Matthias Beyer
d99f42dbfb
Merge pull request #312100 from r-ryantm/auto-update/python311Packages.pydeck
...
python311Packages.pydeck: 0.9.0 -> 0.9.1
2024-05-16 13:40:42 +02:00
Matthias Beyer
69ced57ad8
Merge pull request #312099 from r-ryantm/auto-update/forbidden
...
forbidden: 10.9 -> 11.2
2024-05-16 13:40:31 +02:00
Matthias Beyer
b6fd899aeb
Merge pull request #312103 from r-ryantm/auto-update/quarkus
...
quarkus: 3.10.0 -> 3.10.1
2024-05-16 13:40:14 +02:00
Matthias Beyer
bf3a6013e1
Merge pull request #312107 from r-ryantm/auto-update/src-cli
...
src-cli: 5.3.0 -> 5.4.0
2024-05-16 13:39:59 +02:00
Matthias Beyer
58bf7fa580
Merge pull request #312108 from r-ryantm/auto-update/tempo
...
tempo: 2.4.1 -> 2.4.2
2024-05-16 13:39:50 +02:00
Matthias Beyer
f01a70d4e1
Merge pull request #312072 from r-ryantm/auto-update/iqtree
...
iqtree: 2.3.2 -> 2.3.4
2024-05-16 13:39:41 +02:00
Sandro
5e30349bbc
Merge pull request #312021 from josephst/20240515-python-quil
2024-05-16 13:36:05 +02:00
Matthias Beyer
7e5a6e7d55
Merge pull request #312114 from Infinidoge/bump-vencord
...
vencord: 1.8.2 -> 1.8.4
2024-05-16 13:33:47 +02:00
Matthias Beyer
8e51c30ae5
Merge pull request #312116 from r-ryantm/auto-update/tflint
...
tflint: 0.51.0 -> 0.51.1
2024-05-16 13:33:31 +02:00