Commit Graph

662422 Commits

Author SHA1 Message Date
aleksana
79686f9737 alpaca: 1.0.1 -> 1.0.5 2024-08-04 17:36:48 +02:00
Greg Hellings
8b494318a9 fyne: init at 2.5.0 2024-08-04 17:36:47 +02:00
Aaron Jheng
cba76bfdf4 mysql-shell-innovation: 9.0.0 -> 9.0.1 2024-08-04 17:36:47 +02:00
Emily
7d99d6e5af bino3d: remove LTO workaround
This is unnecessary now that #19098 is fixed.
2024-08-04 17:36:47 +02:00
Luflosi
f05653e91f nixos/eg25-manager: init 2024-08-04 17:36:47 +02:00
Luflosi
fdc0864384 eg25-manager: init at 0.4.6 2024-08-04 17:36:47 +02:00
R. Ryantm
49ddf98a2b kube-state-metrics: 2.12.0 -> 2.13.0 2024-08-04 17:36:47 +02:00
DCsunset
93e93a03d8 nixos/stirling-pdf: init module 2024-08-04 17:36:46 +02:00
natsukium
2bf79b9d41 python312Packages.scikit-rf: refactor 2024-08-04 17:36:46 +02:00
R. Ryantm
ae2afef6cd python312Packages.scikit-rf: 1.1.0 -> 1.2.0 2024-08-04 17:36:46 +02:00
R. Ryantm
bca43208ce python312Packages.strawberry-graphql: 0.236.0 -> 0.237.3 2024-08-04 17:36:46 +02:00
Philip Taron
f11662bc62 freshBootstrapTools: run nixfmt 2024-08-04 17:36:45 +02:00
Philip Taron
1be059d60a freshBootstrapTools.bootstrapTools: extract as a sort of package 2024-08-04 17:36:45 +02:00
Philip Taron
921c21f4a9 freshBootstrapTools: unify glibc and musl into the same directory
CI required that I `nixfmt` them at the same time.
2024-08-04 17:36:45 +02:00
Philip Taron
e18e559254 freshBootstrapTools: avoid top-level with 2024-08-04 17:36:45 +02:00
Philip Taron
d6f16c1586 freshBootstrapTools.build: put bootstrapFiles into stdenv-bootstrap-tools.nix 2024-08-04 17:36:44 +02:00
Philip Taron
685ca824d2 freshBootstrapTools.test: extract a package 2024-08-04 17:36:44 +02:00
Philip Taron
68f3049872 freshBootstrapTools.build: extract a package 2024-08-04 17:36:44 +02:00
tea
93c47a669b cve-bin-tool: format with nixfmt-rfc-style 2024-08-04 17:36:44 +02:00
tea
5e3959bf9a cve-bin-tool: fix dependencies
* requests is no longer transitively provided
* toml is not required for python 3.11+
2024-08-04 17:36:44 +02:00
tea
7d417b8760 python312Packages.lib4sbom: 0.7.1 -> 0.7.2 2024-08-04 17:36:43 +02:00
R. Ryantm
31266cf20c python312Packages.sphinx-design: 0.6.0 -> 0.6.1 2024-08-04 17:36:43 +02:00
adisbladis
6806aaf6f8 stdenv: Take nested env.NIX_CFLAGS_LINK into account when making static binaries
https://github.com/NixOS/nixpkgs/pull/315998/files#diff-2828f66a476875b1160e3c241960db085c2a3933211cc187bcd1fb456fb95e7fL213-R216 moved NIX_CFLAGS_LINK from a top-level `mkDerivation` argument to the nested `env` attribute.

This doesn't play nicely with how `stdenv/adapters.nix` adds it's NIX_CFLAGS_LINK in the top-level.

This changes the stdenv adapter to check for the presence of `env.NIX_CFLAGS_LINK`, and override that one if present, and only otherwise override on the top-level drv attrset.
2024-08-04 17:36:43 +02:00
Morgan Helton
efb1d0e91c glasskube: 0.13.0 -> 0.14.0 2024-08-04 17:36:43 +02:00
Kaleb Olson
b848b3f10a remove NIX_PATH from nixos-install step 2024-08-04 17:36:43 +02:00
Kaleb Olson
431f1dc172 Set literal NIX_PATH in 'other distro' docs
Setting `NIX_PATH="$NIX_PATH"` doesn't work in this context.
As of NixOS/nix@ec9dd9a , nix is no longer setting NIX_PATH on non-nixOS distros.
2024-08-04 17:36:42 +02:00
r3n3gad3p3arl
9fac214465 openutau: 0.1.327 -> 0.1.529 2024-08-04 17:36:42 +02:00
NotAShelf
9d58eff4a3 nuclear: 0.6.30 -> 0.6.31 2024-08-04 17:36:42 +02:00
NotAShelf
31e87bf0f6 nuclear; nixfmt; modernize derivation 2024-08-04 17:36:42 +02:00
NotAShelf
8dd9085559 nuclear: move to by-name 2024-08-04 17:36:42 +02:00
Naxdy
3e77127742 nixos/btrfs: improve default selection of filesystems for autoScrub 2024-08-04 17:36:41 +02:00
Naxdy
588cf0b35a nixos/btrfs: refactor global with lib; 2024-08-04 17:36:41 +02:00
Sergei Trofimovich
1971cbe0f2 nixosTests.bittorrent: avoid use of an alias
By default the use of alias generates warning:

    $ nix build --no-link -f. nixosTests.bittorrent
    evaluation warning: transmission has been renamed to transmission_3 since transmission_4 is also available. Note that upgrade caused data loss for some users so backup is recommended (see NixOS 24.11 release notes for details)

When alaises are disabled that causes the eval failure:

       error: attribute 'transmission' missing
       at /home/slyfox/dev/git/nixpkgs/nixos/tests/bittorrent.nix:24:36:
           23|   transmissionConfig = { ... }: {
           24|     environment.systemPackages = [ pkgs.transmission ];
             |                                    ^
           25|     services.transmission = {
       Did you mean one of transmission_3 or transmission_4?
2024-08-04 17:36:41 +02:00
Max
5c679ff99d s3ql: 5.1.3 -> 5.2.1 2024-08-04 17:36:41 +02:00
networkException
1d66aac7a0 nixos/flatpak: add package option
this patch adds the `services.flatpak.package` option to
allow overriding the package added by this module to
`environment.systemPackages` and the likes.

This is useful in scenarios where applications call the
flatpak binary to query information like writable directories
and there is a custom package returning different results
from the vanilla binary.

See https://github.com/crabdancing/nixpak-flatpak-wrapper
2024-08-04 17:36:41 +02:00
bwkam
8b869a0cf2 zotify: init at 0.6.13 2024-08-04 17:36:41 +02:00
bwkam
5c81b129fa python311Packages.pwinput: init at 1.3.0 2024-08-04 17:36:40 +02:00
bwkam
67f7276763 maintainers: add bwkam 2024-08-04 17:36:40 +02:00
R. Ryantm
4014195526 humioctl: 0.35.1 -> 0.36.0 2024-08-04 17:36:40 +02:00
R. Ryantm
5e2bc2c34c gcsfuse: 2.3.2 -> 2.4.0 2024-08-04 17:36:40 +02:00
R. Ryantm
41eb005bbc murex: 6.2.3000 -> 6.2.4000 2024-08-04 17:36:39 +02:00
R. Ryantm
159d60c799 srm-cuarzo: 0.6.3-1 -> 0.7.0-1 2024-08-04 17:36:39 +02:00
Chris Maniewski
29401d2c60 nixos/podman: use given package for dockerCompat
Defining a package that isn't the default results in podman-compat linking to a different version of podman (always the default one). This PR changes the behavior so that the given alternative package is used for the dockerCompat option as well. This could technically break things for people who rely on this quirk, albeit the previous behavior is probably not what one would expect.

Co-authored-by: Winter <winter@winter.cafe>
2024-08-04 17:36:39 +02:00
R. Ryantm
c0d4ea30b3 sarif-fmt: 0.5.0 -> 0.6.0 2024-08-04 17:36:39 +02:00
R. Ryantm
b9dd947b57 shellcheck-sarif: 0.5.0 -> 0.6.0 2024-08-04 17:36:39 +02:00
R. Ryantm
4b30d89bb2 deck: 1.39.3 -> 1.39.4 2024-08-04 17:36:39 +02:00
R. Ryantm
82ff588465 dissent: 0.0.25 -> 0.0.26 2024-08-04 17:36:38 +02:00
R. Ryantm
db309ff4ca python312Packages.binwalk: 2.4.1 -> 2.4.2 2024-08-04 17:36:38 +02:00
R. Ryantm
a3ab748f70 podman: 5.1.2 -> 5.2.0 2024-08-04 17:36:38 +02:00
R. Ryantm
d3f0afb2c5 media-downloader: 4.8.0 -> 4.9.0 2024-08-04 17:36:38 +02:00