Commit Graph
714977 Commits
Author SHA1 Message Date
pascal e06fd90239 privatebin: fix description typo 2024-11-30 14:30:15 +01:00
Nick CaoandGitHub 84abec6a3d svd2rust: 0.33.5 -> 0.35.0 (#360269) 2024-11-30 08:29:43 -05:00
Nick CaoandGitHub 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 CaoandGitHub 431621bba7 cargo-tarpaulin: 0.31.2 -> 0.31.3 (#360278) 2024-11-30 08:28:31 -05:00
Nick CaoandGitHub f873018b61 grpcui: 1.4.1 -> 1.4.2 (#360279) 2024-11-30 08:27:49 -05:00
nixpkgs-merge-bot[bot]andGitHub 955a3e01f2 legcord: 1.0.4 -> 1.0.5 (#360228) 2024-11-30 13:26:23 +00:00
Peder Bergebakken SundtandGitHub 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 BoschandGitHub 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 TaronandGitHub 0c78ebd800 buildFHSEnv: fix cross compilation (#360359) 2024-11-30 05:02:07 -08:00
Bobby RongandGitHub 4e0999e058 nixosTests.vscodium: Workaround OCR tests (#360404) 2024-11-30 20:54:48 +08:00
Thomas GerbetandGitHub f40efe1ce9 hdf5_1_10: enable cpp support (#359531) 2024-11-30 13:51:46 +01:00
YtandGitHub 8fe12bdf8c python312Packages.unstructured: 0.15.14 -> 0.16.8 (#360187) 2024-11-30 07:50:27 -05:00
Maximilian BoschandGitHub 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 AffolterandGitHub 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 AffolterandGitHub 4e480bb11d morf: init at 1.0.0 (#360202) 2024-11-30 13:30:14 +01:00
Fabian AffolterandGitHub 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 BekerleandGitHub 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 BoschandGitHub a3f0dacb12 Merge: pg_top: 3.7.0 -> 4.1.0 (#358676) 2024-11-30 13:15:01 +01:00
Thomas GerbetandGitHub 33f830be76 moodle: 4.4.1 -> 4.4.3 (#334639) 2024-11-30 13:08:19 +01:00
Pol DellaieraandGitHub 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 DellaieraandGitHub dfd6a4a50f linuxKernel.packages.linux_6_12.evdi: add support for kernel >= 6.12 (#360378) 2024-11-30 12:51:12 +01:00
Gaetan Lepage 5bd4f7e749 python312Packages.tensorflow: rename generated wheel from tensorflow_cpu to tensorflow 2024-11-30 12:28:20 +01:00
Wolfgang Walther de7867c226 runInLinuxVM: add simple structuredAttrs test 2024-11-30 12:26:26 +01:00
Ivan DimitrovandGitHub 73710fe751 linux_latest-libre: 19663 -> 19675 (#359464)
Fixes build.
2024-11-30 12:23:19 +01:00
Gaétan LepageandGitHub a81305c367 rabbitmq-server: 4.0.2 → 4.0.4 (#358653) 2024-11-30 12:15:16 +01:00
Thiago Kenji Okada dec1fc5f85 opentabletdriver: replace sed with substituteInPlace 2024-11-30 11:10:28 +00:00
Thiago Kenji Okada 292bf38106 opentabletdriver: format with nixfmt-rfc-style 2024-11-30 11:07:42 +00:00
Thiago Kenji Okada ad6e3db7c4 opentabletdriver: move to pkgs/by-name 2024-11-30 11:05:14 +00:00
Pol Dellaiera ffdc074242 linuxKernel.packages.linux_6_12.evdi: add support for kernel >= 6.12 2024-11-30 12:02:36 +01:00
R. Ryantm c18529fe16 python312Packages.kbcstorage: 0.9.1 -> 0.9.2 2024-11-30 10:51:47 +00:00