Commit Graph

714794 Commits

Author SHA1 Message Date
Nick Cao
880ca7e7cc
kubecfg: 0.35.0 -> 0.35.1 (#360358) 2024-11-30 08:46:30 -05:00
Nick Cao
a874ed2e83
python312Packages.pystac-client: 0.8.4 -> 0.8.5 (#360360) 2024-11-30 08:46:00 -05:00
Philip Taron
2a59d4daed
microsoft-identity-broker: fix hash mismatch (#360248) 2024-11-30 05:44:35 -08:00
nixpkgs-merge-bot[bot]
c583c7cdc5
restinio: 0.7.2 -> 0.7.3 (#360161) 2024-11-30 13:43:14 +00:00
Aleksana
8d07d2cae3
lockbook: init at 0.9.15 (#358794) 2024-11-30 21:39:31 +08:00
Nick Cao
488a5de3ba
nufmt: 0-unstable-2024-10-20 -> 0-unstable-2024-11-21 (#360299) 2024-11-30 08:37:50 -05:00
Nick Cao
82919b8e74
mxt-app: 1.40 -> 1.41 (#360302) 2024-11-30 08:37:17 -05:00
Nick Cao
b4a5d25d3f
python312Packages.opensearch-py: 2.7.1 -> 2.8.0 (#360318) 2024-11-30 08:35:16 -05:00
Nick Cao
fa3abc3441
kube-bench: 0.9.0 -> 0.9.2 (#360257) 2024-11-30 08:32:17 -05:00
Nick Cao
8e07d8423e
terraform-backend-git: 0.1.7 -> 0.1.8 (#360266) 2024-11-30 08:30:19 -05:00
Nick Cao
84abec6a3d
svd2rust: 0.33.5 -> 0.35.0 (#360269) 2024-11-30 08:29:43 -05:00
Nick Cao
516c5a1921
mpvScripts.mpv-image-viewer.equalizer: 0-unstable-2023-03-03 -> 0-unstable-2024-11-23 (#360276) 2024-11-30 08:28:49 -05:00
Nick Cao
431621bba7
cargo-tarpaulin: 0.31.2 -> 0.31.3 (#360278) 2024-11-30 08:28:31 -05:00
Nick Cao
f873018b61
grpcui: 1.4.1 -> 1.4.2 (#360279) 2024-11-30 08:27:49 -05:00
nixpkgs-merge-bot[bot]
955a3e01f2
legcord: 1.0.4 -> 1.0.5 (#360228) 2024-11-30 13:26:23 +00:00
Peder Bergebakken Sundt
d266649035
python312Packages.moderngl-window: 2.4.6 -> 3.0.0 (#360362) 2024-11-30 14:26:06 +01:00
R. Ryantm
cb923be978 mqtt-randompub: 0.2.2 -> 0.3.0 2024-11-30 13:16:12 +00:00
Maximilian Bosch
a1d35315ca
Merge: postgresqlPackages.pg-gvm: move from top-level package (#359421) 2024-11-30 14:15:53 +01:00
Wolfgang Walther
511b0843c7
postgresqlPackages.pg-gvm: move from top-level package
This is a PostgreSQL extension, which only works properly when made
available in the postgresql.pkgs package set.
2024-11-30 14:07:25 +01:00
Philip Taron
0c78ebd800
buildFHSEnv: fix cross compilation (#360359) 2024-11-30 05:02:07 -08:00
Bobby Rong
4e0999e058
nixosTests.vscodium: Workaround OCR tests (#360404) 2024-11-30 20:54:48 +08:00
Thomas Gerbet
f40efe1ce9
hdf5_1_10: enable cpp support (#359531) 2024-11-30 13:51:46 +01:00
Yt
8fe12bdf8c
python312Packages.unstructured: 0.15.14 -> 0.16.8 (#360187) 2024-11-30 07:50:27 -05:00
Maximilian Bosch
977c297cc6
Merge: dmarc-metrics-exporter: 1.1.0 -> 1.2.0 (#359710) 2024-11-30 13:49:25 +01:00
Wolfgang Walther
d2593f01e1
runInLinuxVM: pass .attrs.sh explicitly instead of whole /build directory
The approach taken in [1] breaks down as soon as vmRunCommand is
manually called with an overriden TMPDIR, like disko does it. /build
will just not be available.

By moving the .attrs.sh file into the xchg folder explicitly, we can all
the "exchange infrastructure" the same as before, thus avoid more
breakage.

This reverts some parts of [1].

[1]: 97ed6b4565
2024-11-30 13:46:45 +01:00
Fabian Affolter
99c3d04cf2 python312Packages.aiovlc: 0.6.2 -> 0.6.3
Diff: https://github.com/MartinHjelmare/aiovlc/compare/refs/tags/v0.6.2...v0.6.3

Changelog: https://github.com/MartinHjelmare/aiovlc/blob/v0.6.3/CHANGELOG.md
2024-11-30 13:45:59 +01:00
Bobby Rong
cd45cfe9c4
nixosTests.vscodium: Workaround OCR tests
An attempt to help https://hydra.nixos.org/build/279535629/nixlog/1.

The "Get Started with" text is much easier to find.
Also scale vscodium to help OCR find the "Untitled" text.
2024-11-30 20:42:46 +08:00
Wolfgang Walther
58570e75d9
runInLinuxVM: refactor vmRunCommand
This makes it simpler to copy more files to xchg for the structuredAttrs
case in the next commit.
2024-11-30 13:40:27 +01:00
Wolfgang Walther
437e6dbbb0
runInLinuxVM: load stdenv/setup with fixed environment in stage2Init
In [1] we started sourcing stdenv/setup in stage2Init to allow for
structuredAttrs. We failed to take the changed NIX_BUILD_TOP etc.
variables into account. We need to load stdenv/setup after changing
them, because the structuredAttrs startup code makes use of it.

[1]: 97ed6b4565
2024-11-30 13:40:26 +01:00
Wolfgang Walther
9f6b99e1ef
runInLinuxVM: minimize saved-env
The export to saved-env was very intentionally done at the very
beginning of vmRunCommand, even jumping through extra hoops just to
avoid the PATH variable from polluting the saved variable.

In 26eba25577 we loaded stdenv in the
wrong place, we should do it after saving the previous environment. This
is also more consistent with the order of how we load those values back
in stage2Init.
2024-11-30 13:40:26 +01:00
Wolfgang Walther
3952f870fc
runInLinuxVM: clean up
Those were left-over after 97ed6b4565.

This also cleans up some confusion around TMPDIR. We had the following
lines:

  mkdir xchg
  ...
  cd $TMPDIR
  ...
  path=$TMPDIR/xchg

Those only worked because the **current directory** is the same as
$TMPDIR. Both are /build by default. To refer to the same directory in
two different ways is very confusing at best.
2024-11-30 13:39:58 +01:00
Fabian Affolter
7a6eb7e69d
chainsaw 2.9.2 -> 2.10.1 (#360011) 2024-11-30 13:38:57 +01:00
Fabian Affolter
0633f26e7b python312Packages.fastcore: 1.7.20 -> 1.7.22
Diff: https://github.com/fastai/fastcore/compare/refs/tags/1.7.20...1.7.22

Changelog: https://github.com/fastai/fastcore/blob/1.7.22/CHANGELOG.md
2024-11-30 13:32:51 +01:00
Fabian Affolter
efc0501a30 python312Packages.cyclopts: 3.1.1 -> 3.1.2
Diff: https://github.com/BrianPugh/cyclopts/compare/refs/tags/v3.1.1...v3.1.2

Changelog: https://github.com/BrianPugh/cyclopts/releases/tag/v3.1.2
2024-11-30 13:32:08 +01:00
Fabian Affolter
0c8cd8c1d3 python312Packages.aiortm: 0.9.36 -> 0.9.37
Diff: https://github.com/MartinHjelmare/aiortm/compare/refs/tags/v0.9.36...v0.9.37

Changelog: https://github.com/MartinHjelmare/aiortm/blob/v0.9.37/CHANGELOG.md
2024-11-30 13:31:26 +01:00
Fabian Affolter
4e480bb11d
morf: init at 1.0.0 (#360202) 2024-11-30 13:30:14 +01:00
Fabian Affolter
183d460315
python312Packages.glances-api: 0.8.0 -> 0.9.0 (#352978) 2024-11-30 13:28:35 +01:00
Fabian Affolter
808f48405d ggshield: 1.33.0 -> 1.34.0
Diff: https://github.com/GitGuardian/ggshield/compare/refs/tags/v1.33.0...v1.34.0

Changelog: https://github.com/GitGuardian/ggshield/blob/1.34.0/CHANGELOG.md
2024-11-30 13:28:08 +01:00
R. Ryantm
56597456e1 python312Packages.herepy: 3.6.4 -> 3.6.5 2024-11-30 12:24:16 +00:00
Patrizio Bekerle
a68512db54
lact: mention NVIDIA 2024-11-30 13:18:08 +01:00
Fabian Affolter
7c5423a666 python312Packages.msticpy: init at 2.14.0
Microsoft Threat Intelligence Security Tools

https://github.com/microsoft/msticpy
2024-11-30 13:17:32 +01:00
Fabian Affolter
f02092f187 python312Packages.cache: init at 1.0.3
Module for caching

https://github.com/jneen/python-cache
2024-11-30 13:17:32 +01:00
Fabian Affolter
b7396ef667 python312Packages.azure-kusto-ingest: refactor 2024-11-30 13:17:18 +01:00
Fabian Affolter
747acc25bf python312Packages.azure-kusto-data: refactor 2024-11-30 13:15:17 +01:00
Maximilian Bosch
a3f0dacb12
Merge: pg_top: 3.7.0 -> 4.1.0 (#358676) 2024-11-30 13:15:01 +01:00
Thomas Gerbet
33f830be76
moodle: 4.4.1 -> 4.4.3 (#334639) 2024-11-30 13:08:19 +01:00
Pol Dellaiera
2fe4a84888
bombsquad: fix hash mismatch (#360201) 2024-11-30 13:08:06 +01:00
Thiago Kenji Okada
0f26801e4f opentabletdriver: 0.6.4.0 -> 0.6.4.0-unstable-2024-11-25 2024-11-30 12:06:58 +00:00
R. Ryantm
f122659b69 python312Packages.databricks-sdk: 0.35.0 -> 0.38.0 2024-11-30 11:53:02 +00:00
Pol Dellaiera
dfd6a4a50f
linuxKernel.packages.linux_6_12.evdi: add support for kernel >= 6.12 (#360378) 2024-11-30 12:51:12 +01:00