Commit Graph
593189 Commits
Author SHA1 Message Date
Anderson Torres b590908c9e duden: refactor
- get rid of rec by using recursive let
- do not use python3.pkgs (oh that splicing dark magic)
- get rid of nested with
- set meta.mainProgram
- adopted by AndersonTorres
2024-03-01 22:30:31 -03:00
Anderson Torres 8a6251839a duden: migrate to python-modules
Because it is a "dual package": a Python app and lib.
2024-03-01 22:29:34 -03:00
Silvan MosbergerandGitHub 4b8265ab7f Merge pull request #290743 from tweag/by-name-better-errors 2024-03-02 02:28:37 +01:00
Martin WeineltandGitHub 8511ae26c1 Merge pull request #292556 from Net-Mist/aiounittest
python312Packages.aiounittest: fix tests by moving to pynose
2024-03-02 02:13:28 +01:00
r-vdp a8ab8b59a7 systemd-boot: introduce options to set a sort-key for systemd-boot entries
Without sort-keys specified on entries, the entries are sorted only by
file name (in decreasing order, so starting at the end of the alphabet!),
without taking any other fields into account (see
[the boot loader specification reference][1]).
Moreover, entries without a sort-key are always ordered after all
entries with a sort-key, so by not adding a sort-key to the NixOS ones,
we cannot add a sort-key to any other entry while keeping it below the
NixOS entries.

So currently we have options to set the file names for additional entries like
memtest and netbootxyz.
However, as mentioned above, the sorting by file name is not very intuitive and
actually sorts in the opposite order of what is currently mentioned in the option
descriptions.

With this commit, we set a configurable sort-key on all NixOS entries,
and add options for setting the sort-keys for the memtest and netbootxyz
entries.
The sorting by sort-key is more intuitive (it starts at the start of the
alphabet) and also takes into account the machine-id and version for entries
with identical sort-keys.

We use a bootspec extension to store the sort keys, which allows us to
redefine the sort key for individual specialisations without needing any
special casing.

[1]: https://uapi-group.org/specifications/specs/boot_loader_specification/#sorting
2024-03-02 02:11:32 +01:00
Robert ScottandGitHub 49ebee33e7 Merge pull request #292345 from zimbatm/mdsh-0.8.0
mdsh: 0.7.0 -> 0.8.0
2024-03-02 00:56:19 +00:00
OTABI TomoyaandGitHub 86a3b42461 Merge pull request #291938 from sarahec/textnets-093-patch
python311Packages.textnets: 0.9.3 -> 0.9.4
2024-03-02 09:44:17 +09:00
Maciej KrügerandGitHub acc3f7103e Merge pull request #292677 from trofi/distrobuilder.tests-fix-incus-reference
distrobuilder.tests: update `incus.container` reference
2024-03-02 01:42:21 +01:00
Maxine Aubrey 7e9244d0b0 _1password-gui-beta: 8.10.28-1 → 8.10.28-11
https://releases.1password.com/linux/beta/#1password-for-linux-8.10.28-11
2024-03-02 01:13:11 +01:00
qubitnano ca2479d76e cemu: pin imgui 1.90.1
error: 'struct ImGuiIO' has no member named 'ImeWindowHandle'
2024-03-01 18:44:09 -05:00
Robert ScottandGitHub 0267739e11 Merge pull request #292517 from LeSuisse/zlog-CVE-2024-22857
zlog: apply patch for CVE-2024-22857
2024-03-01 23:18:00 +00:00
Martin WeineltandGitHub 333069e9df Merge pull request #292625 from helsinki-systems/upd/nixfmt-rfc-style
nixfmt-rfc-style: 2024-01-31 -> 2024-03-01
2024-03-02 00:08:40 +01:00
Robert Scott fdf858c1fe routinator: fix build on darwin 2024-03-01 23:04:18 +00:00
Sergei Trofimovich e44cce2a3c google-cloud-cpp: drop redundant disable-warnings-if-gcc13 2024-03-01 22:56:54 +00:00
R. Ryantm a0cfdb6921 dk: 1.9 -> 2.0 2024-03-01 22:50:00 +00:00
Sergei Trofimovich 6eef1793ca distrobuilder.tests: update incus.container reference
Without the change the test build attempt fails the evaluation as:

    $ nix build --no-link -f. distrobuilder.tests.incus

       error: attribute 'container' missing

       at pkgs/tools/virtualization/distrobuilder/default.nix:54:19:

           53|   passthru = {
           54|     tests.incus = nixosTests.incus.container;
             |                   ^

This started happening after `container` test was split in two in
c607e70f70 "nixosTests.incus: add test with old and new init".
2024-03-01 22:48:18 +00:00
Silvan MosbergerandGitHub 0e619d7837 Merge pull request #292214 from tweag/by-name-multi-version-docs
pkgs/by-name: recommendations for multi-versioned packages
2024-03-01 23:46:13 +01:00
nikstur ee2a53dc86 nixos/tests/systemd-boot: make secureBoot test work on different architectures 2024-03-01 23:45:07 +01:00
R. Ryantm 7b470efced bruteforce-luks: 1.4.0 -> 1.4.1 2024-03-01 22:44:37 +00:00
Anderson Torres dddab82fc6 labwc: 0.7.0 -> 0.7.1 2024-03-01 19:42:44 -03:00
nikstur ce1d1f3e6c nixos/qemu-vm: remove implicit dependency on SSM
The qemu module shouldn't implicitly (and for all architectures) enable
SSM when enabling Secure Boot.

Additionally, this breaks aarch64 Secure Boot tests because this module
doesn't use the right machine type for anything but X86.
2024-03-01 23:40:36 +01:00
Raito Bezariusandnikstur 99cf2d1e88 OVMF: remove invalid assert on SMM
Someone seems to believe that SMM implies x86, this is wrong.
aarch64 supports SMM too, see upstream QEMU code.

The proper way to do this is to signal support via QEMU itself, this is something
we cannot do because we have no way to communicate QEMU support itself (yet?).

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-03-01 23:40:36 +01:00
YtandGitHub 3213a07a03 Merge pull request #291227 from happysalada/fix_fairseq
python310Packages.fairseq: fix build
2024-03-01 22:36:41 +00:00
Ryan LahfaandGitHub b1f53dc4dd Merge pull request #292014 from lf-/jade/opengist
opengist: init at 1.6.1
2024-03-01 23:31:26 +01:00
éclairevoyantandGitHub 9e343b8635 Merge pull request #292279 from wineee/hyprland
hyprland: 0.35.0 -> 0.36.0;  hyprlandPlugins.hy3: 0.35.0 -> unstable-2024-02-23
2024-03-01 22:29:51 +00:00
éclairevoyantandGitHub 3924605af7 Merge pull request #261501 from Gerg-L/spotifywm
spotifywm: ensure all files are propagated
2024-03-01 22:27:34 +00:00
Julien Malka 1158bc4aac cowsay: replace rec by finalAttrs 2024-03-01 23:10:23 +01:00
Silvan Mosberger fb0a07229f tests.nixpkgs-check-by-name: More inline format! arguments
Now that the previous commit removed all the .display()'s that were
previously necessary for PathBuf's, but now aren't for RelativePathBuf,
we can also inline the format! arguments
2024-03-01 23:07:37 +01:00
Silvan Mosberger 5981aff212 tests.nixpkgs-check-by-name: Use RelativePath for relative paths
Makes the code easier to understand and less error-prone
2024-03-01 23:07:34 +01:00
phaer fa34964ef1 etebase: make proper package...
and remove the ad-hoc python environment.
Also remove daphne and use uvicorn just as upstream does
2024-03-01 22:55:27 +01:00
phaer aa04a4d124 etebase: use dependencies from overriden python...
interpreter, as per review comment.
2024-03-01 22:54:41 +01:00
Jade Lovelace a9bebf8eb5 opengist: init at 1.6.1
This is a clone of github gist, with 100% more open source and 100% more
self hosted.
2024-03-01 13:48:17 -08:00
R. Ryantm 13f7a83522 vscode-extensions.chenglou92.rescript-vscode: 1.16.0 -> 1.42.0 2024-03-01 21:40:28 +00:00
Sergei Trofimovich 4e8281c904 btop: drop redundant disable-warnings-if-gcc13 2024-03-01 21:35:39 +00:00
Gavin JohnandGavin John 5e8260003c monado: Add missing optional dependencies 2024-03-01 15:35:08 -06:00
Martin Weinelt 8db6d06e11 python311Packages.constanly: update hash
A change of the git_refnames variable in constantly/_version.py is part
of the new tarball. No functional changes.

Closes: #292658
2024-03-01 22:25:21 +01:00
Julien MalkaandGitHub 0cbf7464eb Merge pull request #291448 from trofi/diffoscope-update 2024-03-01 22:05:07 +01:00
Julien MalkaandGitHub 6c2d774353 Merge pull request #292419 from fufexan/hyprland 2024-03-01 21:59:29 +01:00
Martin Weinelt 746cd8b4af zigbee2mqtt: 1.35.3 -> 1.36.0
https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.36.0
2024-03-01 21:56:27 +01:00
Sergei Trofimovich c97effabc1 reproc: drop redundant disable-warnings-if-gcc13 2024-03-01 20:54:05 +00:00
niksturandGitHub 1df98b23f6 Merge pull request #292061 from nikstur/systemd-random-seed
nixos/systemd: include systemd-boot-random-seed.service
2024-03-01 21:46:39 +01:00
Felix Singer 18cf4d44dc Rename package flashrom-stable to flashprog
flashprog, formerly flashrom-stable, got separated and is its own
project now. Thus, rename the formerly known package flashrom-stable to
flashprog and adjust all references and meta data.

Update to the newest available release 1.0.1.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2024-03-01 21:36:41 +01:00
Justin BedőandGitHub d5c052aea5 Merge pull request #291599 from b-rodrigues/fix_rmatio
rPackages.rmatio: fixed build
2024-03-02 07:28:50 +11:00
Nick Cao 174c26f75a dbip-country-lite: 2024-02 -> 2024-03 2024-03-01 15:28:35 -05:00
Justin BedőandGitHub 4c7f39a6d1 Merge pull request #291568 from b-rodrigues/fix_gifski
rPackages.gifski: fixed build
2024-03-02 07:22:41 +11:00
Nick CaoandGitHub c0b6a7ca58 Merge pull request #292499 from GaetanLepage/codeium
codeium: 1.6.39 -> 1.8.0
2024-03-01 15:22:08 -05:00
Nick CaoandGitHub cb9d82b0c4 Merge pull request #292619 from RaitoBezarius/garage-update
garage_0_8: 0.8.5 -> 0.8.6, garage: 0.9.1 -> 0.9.2
2024-03-01 15:21:39 -05:00
SandroandGitHub e3ac3bf428 Merge pull request #292610 from r-ryantm/auto-update/python311Packages.python-novaclient
python311Packages.python-novaclient: 18.4.0 -> 18.5.0
2024-03-01 21:16:27 +01:00
Nick Cao 4ff48a0179 squid: 6.6 -> 6.7
Diff: https://github.com/squid-cache/squid/compare/SQUID_6_6...SQUID_6_7
2024-03-01 15:06:14 -05:00
R. Ryantm 36d430514a okta-aws-cli: 2.1.0 -> 2.1.2 2024-03-01 19:59:42 +00:00