Commit Graph

661905 Commits

Author SHA1 Message Date
Nick Cao
25f7ee38fa
Merge pull request from chewblacka/update-await
await: 1.0.1 -> 1.0.2
2024-08-02 21:13:35 -04:00
Sandro
768ddf7007
Merge pull request from r-ryantm/auto-update/python312Packages.automx2
python312Packages.automx2: 2024.1 -> 2024.2
2024-08-03 02:57:43 +02:00
Emily Trau
f10aad89bd
Merge pull request from vringar/fix/ghidra-extensions
gradle: fix update-deps.sh to use Nix bash
2024-08-03 10:41:29 +10:00
Martin Weinelt
692907c369
Merge pull request from adisbladis/python-override-self
treewide: Pass self when overriding Python
2024-08-03 02:30:36 +02:00
John Chadwick
de92c8b0cb python3Packages.pynvim-pp: unstable-2024-03-11 -> unstable-2024-07-31 2024-08-02 20:23:05 -04:00
adisbladis
e0816431a2 treewide: Pass self when overriding Python
Otherwise references to the Python interpreter inside the set are wrong, as demonstrated by:
``` nix
with import <nixpkgs> { };
let
  python' = python3.override {
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the _non_ overriden requests.

And the same with `self`:
```
with import <nixpkgs> { };
let
  python' = python3.override {
    self = python';
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the overriden requests.

This can manifest itself as file collisions when constructing environments or as subtly incorrect dependency graphs.
2024-08-03 12:18:56 +12:00
Martin Weinelt
adb3cee87d
Merge pull request from mweinelt/botorch-stuck-tests
python312Packages.botorch: disable stuck tests on x86_64-linux
2024-08-03 02:17:13 +02:00
Yt
e645f7d6cd
Merge pull request from NukaDuka/mimir
mimir: added various tools
2024-08-03 00:15:33 +00:00
Martin Weinelt
62a8e3308e
python312Packages.botorch: require big-parallel system feature
The test phase for this package is very CPU intensive and prone to
getting stuck when it has to compete for resources.
2024-08-03 01:55:03 +02:00
nixpkgs-merge-bot[bot]
456df9bcc0
Merge pull request from r-ryantm/auto-update/cdecl
cdecl: 18.1 -> 18.2
2024-08-02 23:53:37 +00:00
h7x4
f83c04d2f4
Merge pull request from qubitnano/unifi83
unifi8: 8.2.93 -> 8.3.32
2024-08-03 01:53:17 +02:00
Peder Bergebakken Sundt
81610abc16
Merge pull request from pyrox0/scrapy-deltafetch-fixup
python3Packages.scrapy-deltafetch: update dependencies and cleanup
2024-08-03 01:16:43 +02:00
Someone
90e1179cc6
Merge pull request from cfhammill/vllm-version-bump
python3Packages.vllm: 0.3.3->0.5.2
2024-08-03 02:13:24 +03:00
Philip Taron
1441f48d99
freshBootstrapTools: remove rec in favor of explicit attrset building 2024-08-02 16:11:03 -07:00
Philip Taron
91e1f1c9d6
freshBootstrapTools: nixfmt make-bootstrap-tools.nix 2024-08-02 16:11:02 -07:00
Philip Taron
d0d5a7a112
freshBootstrapTools: extract bootstrapFiles as a passthru on its core derivation 2024-08-02 16:11:02 -07:00
Philip Taron
d7c66f0996
freshBootstrapTools.build: extract as a package 2024-08-02 16:10:59 -07:00
Philip Taron
1cd5d6843a
freshBootstrapTools.test: extract as a package 2024-08-02 16:08:15 -07:00
Philip Taron
003725a97d
freshBootstrapTools.bootstrapTools: extract as a package 2024-08-02 16:08:15 -07:00
Philip Taron
217c61a1d7
freshBootstrapTools: remove top-level with statement 2024-08-02 16:08:15 -07:00
Peder Bergebakken Sundt
2d53b6bb55
Merge pull request from phiadaarr/python3Packages.wat_0_3_0
python3Packages.wat: 0.1.2 -> 0.3.0 and python3Packages.nuclear: 2.2.5 -> 2.3.1
2024-08-03 00:59:18 +02:00
José Ribeiro
bd6cce9218
feishin: 0.7.1 -> 0.7.3
Diff: https://github.com/jeffvli/feishin/compare/v0.7.1...v0.7.3
Changelog:
- https://github.com/jeffvli/feishin/releases/tag/v0.7.2
- https://github.com/jeffvli/feishin/releases/tag/v0.7.3

Feishin now depends on Electron v31
(fd893224b3),
which is not packaged yet: https://github.com/NixOS/nixpkgs/issues/325428
2024-08-02 23:49:04 +01:00
José Ribeiro
2c19ea977c
feishin: move to pkgs/by-name 2024-08-02 23:49:04 +01:00
Gaetan Lepage
e210e620be python312Packages.vector: clean and fix 2024-08-03 00:45:56 +02:00
Martin Weinelt
3578918445
python312Packages.botorch: disable stuck tests on x86_64-linux
and log individual tests, so it becomes easier to find out which tests
get stuck.
2024-08-03 00:35:31 +02:00
Peder Bergebakken Sundt
021270bec5
Merge pull request from t4ccer/t4/aiken/init
aiken: init at 1.0.29-alpha
2024-08-03 00:31:52 +02:00
Emily
c6a4f2c6cd
Merge pull request from reckenrode/override-sdk-list-inputs-fix
overrideSDK: handle propagated lists of inputs
2024-08-02 22:55:05 +01:00
Gaetan Lepage
5ab29098a2 python312Packages.awkward: 2.6.6 -> 2.6.7
Diff: https://github.com/scikit-hep/awkward/compare/refs/tags/v2.6.6...v2.6.7

Changelog: https://github.com/scikit-hep/awkward/releases/tag/v2.6.7
2024-08-02 23:53:49 +02:00
Cole Mickens
20b3191140
Merge pull request from emilazy/push-plukoopowzmx
wl-screenrec: 0.1.3 -> 0.1.4-unstable-2024-07-28
2024-08-02 14:53:28 -07:00
Gaetan Lepage
ca2c985fc7 python312Packages.awkward-cpp: 35 -> 37 2024-08-02 23:45:48 +02:00
R. Ryantm
473f1bb5f1 gate: 0.38.0 -> 0.38.2 2024-08-02 21:36:05 +00:00
John Garcia
6f0a079ba5 await: 1.0.1 -> 1.0.2 2024-08-02 22:32:11 +01:00
Gaetan Lepage
e58878b8a1 nbqa: fix by adding distutils test dependency 2024-08-02 23:31:13 +02:00
Peder Bergebakken Sundt
12d5a77609
Merge pull request from pbsds/bump-gradio-1722459803
python312Packages.gradio: 4.36.1 -> 4.40.0
2024-08-02 23:25:16 +02:00
Nick Cao
600a8c74e4
Merge pull request from sequencer/circt180
circt: 1.79 -> 1.80
2024-08-02 17:16:01 -04:00
Guillaume Girol
4c445ed479 nix-du: 1.2.0 -> 1.2.1
Diff: https://github.com/symphorien/nix-du/compare/v1.2.0...v1.2.1
2024-08-02 23:06:19 +02:00
Gaetan Lepage
c7962597fe ruff: 0.5.5 -> 0.5.6
Diff: https://github.com/astral-sh/ruff/compare/refs/tags/0.5.5...0.5.6

Changelog: https://github.com/astral-sh/ruff/releases/tag/0.5.6
2024-08-02 22:41:16 +02:00
Jonas Heinrich
d049530865
Merge pull request from JohnRTitor/linux-wifi-hotspot
linux-wifi-hotspot: move to pkgs/by-name, nixfmt-rfc-style, add johnrtitor as maintainer
2024-08-02 22:33:02 +02:00
R. Ryantm
0c69b24df0 timetagger_cli: 23.8.3 -> 24.7.1 2024-08-02 20:18:36 +00:00
Felix Uhl
57d30c7a61
nixos/wg-quick: add generatePrivateKeyFile option ()
This option is already present in the wireguard module, but missing from
the wg-quick module. This is very annoying, because it means you can't
easily get a safe and valid configuration on first boot when using
wg-quick.

This change adds the same option with the same description text and the
same script, but instead of generating an entire systemd unit dedicated
to creating the key file, it adds the script as a PreUp script, which
is a much simpler solution.

I've tested this in my own configuration, and it does indeed work.
wg-quick allows multiple PreUp scripts, which are run in order, and
all PreUp scripts are run before the private key is read from disk,
see `man wg-quick`.
2024-08-03 00:07:27 +04:00
Florian Klink
129558261d
buildkite-agent: 3.59.0 -> 3.76.1 ()
* buildkite-agent: 3.59.0 -> 3.76.1

* nixos/buildkite-agent: put each agent in its own private /tmp

Workaround for https://github.com/buildkite/agent/issues/2916, but
probably still a good idea.
2024-08-02 21:59:32 +02:00
Nick Cao
2ca365ca51
dbip-country-lite: 2024-07 -> 2024-08 2024-08-02 15:38:40 -04:00
Nick Cao
4197076f2b
Merge pull request from aaronjheng/txtpbfmt
txtpbfmt: 0-unstable-2024-04-16 -> 0-unstable-2024-06-11
2024-08-02 15:36:00 -04:00
Nick Cao
4d4e4b24ca
Merge pull request from r-ryantm/auto-update/sttr
sttr: 0.2.22 -> 0.2.23
2024-08-02 15:33:27 -04:00
Nick Cao
3135dcd603
Merge pull request from r-ryantm/auto-update/coldsnap
coldsnap: 0.6.1 -> 0.6.2
2024-08-02 15:31:55 -04:00
Nick Cao
87d6824c44
Merge pull request from r-ryantm/auto-update/kubectl-view-secret
kubectl-view-secret: 0.12.0 -> 0.12.1
2024-08-02 15:31:16 -04:00
Nick Cao
6ed146d9b9
Merge pull request from r-ryantm/auto-update/gobgpd
gobgpd: 3.28.0 -> 3.29.0
2024-08-02 15:30:23 -04:00
Nick Cao
d72a3f7022
Merge pull request from r-ryantm/auto-update/gobgp
gobgp: 3.28.0 -> 3.29.0
2024-08-02 15:29:59 -04:00
Fabian Affolter
fd8e9d775e checkov: 3.2.216 -> 3.2.217
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/3.2.216...3.2.217

Changelog: https://github.com/bridgecrewio/checkov/releases/tag/3.2.217
2024-08-02 21:29:55 +02:00
Nick Cao
6ec3a4fa05
Merge pull request from r-ryantm/auto-update/python312Packages.patch-ng
python312Packages.patch-ng: 1.17.4 -> 1.18.0
2024-08-02 15:28:45 -04:00