Commit Graph

6518 Commits

Author SHA1 Message Date
OTABI Tomoya
fe807c021b
[Backport release-24.11] python3Packages: Fix and document the removal of the local .overrideAttrs attribute (#357196) 2024-11-20 11:08:42 +09:00
Weijia Wang
e90a55931b
[Backport release-24.11] globalprotect-openconnect: Reinstate v1 (#356229) 2024-11-19 21:57:53 +01:00
Emily
4bbfba14d8 nixos/doc/rl-2411: add highlight for the Darwin changes
(cherry picked from commit 5113c488af)
2024-11-19 13:25:30 +00:00
Yueh-Shun Li
23669eccf2 rl-2411.section.md: update to inform the removal of (buildPythonPackage { ... }).overrideDerivation
Clean up the leftover of commit 58bfe74123 ("buildPython*:
Deprecate and remove (buildPython* { ... }).override")

(cherry picked from commit b4e9f423f4)
2024-11-19 08:46:00 +00:00
Wolfgang Walther
a2b914e6e3 nixos: remove boot.loader.raspberryPi
This has been announced for 24.11 in #241534, so let's follow through.

(cherry picked from commit 8ca24a7a2b)
2024-11-17 11:50:01 +00:00
Maximilian Bosch
4e88b60fe7 nixos/rl-2411: fix version Grafana has been updated to
(cherry picked from commit 3bad58ed01)
2024-11-16 20:26:41 +00:00
Gaétan Lepage
fefa64906a
[Backport release-24.11] nixos/g810-led: init (#356226) 2024-11-16 17:17:29 +01:00
Maximilian Bosch
04e2ecac22
Merge: [Backport release-24.11] postgresql_12: remove (#356146) 2024-11-15 23:55:39 +01:00
John Titor
7f9fac3e4a
nixos/release-notes-24.11: add g810-led
(cherry picked from commit 0388195e8a)
2024-11-15 22:59:22 +05:30
Rahul Rameshbabu
9c30b10d82 Revert "globalprotect-openconnect: remove deprecated 1.x package"
This reverts commit b08d6a664f.

Signed-off-by: Rahul Rameshbabu <sergeantsagara@protonmail.com>
(cherry picked from commit 8f2fa04fd9)
2024-11-15 17:26:28 +00:00
Maximilian Bosch
022c3e8ad0 postgresql_12: remove
This will be EOL at the end of November, so there's little reason to
keep it in 24.11[1]. As discussed, we'd like to keep it for as long as
possible to make sure there's a state in nixpkgs that has the latest
minor of postgresql_12 available with the most recent CVEs fixed for
people who cannot upgrade[2].

This aspect has been made explicit in the manual now for the next .11
release.

During the discussions it has been brought up that if people just do
`services.postgresql.enable = true;` and let the code decide the
postgresql version based on `system.stateVersion`, there's a chance that
such EOL dates will be missed. To make this harder, a warning will now
be raised when using the stateVersion-condition and the oldest still
available major is selected.

Additionally regrouped the postgresql things in the release notes to
make sure these are all shown consecutively. Otherwise it's a little
hard to keep track of all the changes made to postgresql in 24.11.

[1] https://endoflife.date/postgresql
[2] https://github.com/NixOS/nixpkgs/pull/353158#issuecomment-2453056692

(cherry picked from commit 0b3eef7441)
2024-11-15 11:07:42 +00:00
John Titor
47d66ff8f9 nixos/release-notes-24.11: add soteria module
(cherry picked from commit 3259761b00)
2024-11-15 08:58:37 +00:00
Sefa Eyeoglu
b22d375301
cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 (#346277) 2024-11-14 17:12:42 +01:00
Marcus Ramberg
703675fc50
pay-respects: init at 0.4.18; nixos/pay-respects: init module (#355694) 2024-11-14 08:37:28 +01:00
seth
36118d8a35
doc/release-notes: document cargo-tauri v2 2024-11-14 02:27:57 -05:00
Fernando Rodrigues
a1af0bc137
nixos/pay-respects: init module
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-11-13 16:15:10 +00:00
Claes Hallström
d174bf438b nixos/glances: init module 2024-11-13 00:06:47 +01:00
Sandro
6bfde7268f
evremap: init at 0-unstable-2024-06-17, nixos/evremap: init module (#352720) 2024-11-12 18:41:51 +01:00
Valentin Gagarin
50ff833cd8 devmode: move to pkgs/by-name
now one can use `devmode` from anywhere Nixpkgs is available:

    devmode = pkgs.devmode.override {
      buildArgs = toString ./.;
      open = "/index.html";
    };
2024-11-12 10:16:58 +01:00
Valentin Gagarin
b94f54b7a0 devmode: make reusable
the `devmode` helper made for the Nixpkgs/NixOS manual was exposed wrapped
in `mkShell`, which made it impossible to reuse.

this change strips that wrapper and reproduces it at the call site.

now one can use `devmode` from anywhere Nixpkgs is available:

    devmode = pkgs.callPackage "${pkgs.path}/pkgs/tools/nix/web-devmode.nix" {
      buildArgs = toString ./.;
      open = "/index.html";
    };
2024-11-12 10:16:58 +01:00
Victor Engmark
4b610f43ae
mutmut: 2.2.0 -> 3.2.0
With dependencies from the upstream requirements file
<https://github.com/boxed/mutmut/blob/3.2.0/requirements.txt>.
2024-11-11 13:48:37 +13:00
Austin Horstman
f5f87e7240
dashy-ui: init at 3.1.1-unstable-2024-07-14 (#349149) 2024-11-10 09:35:31 -06:00
Winter
f0000fe56d
lib/minver: bump to 2.3.17 (#354586) 2024-11-09 21:32:02 -05:00
TheRealGramdalf
7f76ced733 nixos/dashy: init module 2024-11-10 00:04:25 +00:00
sternenseemann
9c075c8fa5 gnat: 12.4.0 -> 13.3.0
This matches the default gcc version.
2024-11-08 23:51:09 +01:00
Martin Weinelt
086bfa2385
lib/minver: bump to 2.3.17
The first version that supports zstd compression, to create the option
to eventually switch compression for the binary cache.

It was released one year ago on 2023-11-03 and first shipped in NixOS
23.11.
2024-11-08 22:23:29 +01:00
Leah Amelia Chen
41e907f884
nixos/evremap: init module 2024-11-08 09:31:27 +01:00
Emily
b28c1ff248 nixos/doc/rl-2411: note VirtualBox demo appliance removal 2024-11-07 23:41:51 +00:00
Emily
71ab6ba171
nixos/release{,-combined}: drop the VirtualBox OVA (#352603) 2024-11-07 17:36:51 +00:00
seth
29f24780ac
doc/release-notes: RFC 42 -> freeform options
"Freeform options" is a term that's a bit more meaningful to regular
users who don't follow development, and thus does a better job at
describing the changes
2024-11-06 17:19:35 -05:00
seth
b0811ec740
doc/release-notes: use title case for migrations section 2024-11-06 17:19:35 -05:00
seth
97e382e1bc
doc/release-notes: correctly place backwards incompatible changes
These changes seemed to have been placed in the wrong section
2024-11-06 17:19:34 -05:00
seth
4c803ffcd6
doc/release-notes: cleanup notable changes section
The main goal is to make these points a bit more concise, fix errors,
and (somewhat subjectively) improve word choice to avoid repetition and
have a better flow
2024-11-06 17:19:34 -05:00
seth
34403417a8
doc/release-notes: cleanup backward incompatibilities section
The main goal is to make these points a bit more concise, have better
consistency in how removals and deprecations are described, and improve
grammar/flow
2024-11-06 17:19:31 -05:00
seth
abb99851bc
doc/release-notes: cleanup highlights
The main goal is to make these highlights a bit more concise,
consistently link to newly introduced option definitions, and (somewhat
subjectively) improve word choice to avoid repetition and have a better
flow
2024-11-06 17:17:20 -05:00
seth
cd546ebd9a
doc/release-notes: remove MenhirLib from new modules section
This is not a module
2024-11-06 17:17:19 -05:00
seth
a32a34d011
doc/release-notes: use more concise descriptions in new modules section 2024-11-06 17:17:19 -05:00
seth
b499d2bef6
doc/release-notes: improve consistency and grammar in new modules section 2024-11-06 17:17:17 -05:00
Ramses
d06e176158
nixos/swapspace: init module (#348588) 2024-11-06 16:52:09 +01:00
Weijia Wang
ec5b8735fb
nomad: nomad_1_7 -> nomad_1_8, nomad_1_9: init at 1.9.0 (#349151) 2024-11-06 01:04:41 +01:00
Sandro
cd67342284
nixos/docker: keep live-restore disabled by default (#348983) 2024-11-05 16:44:19 +01:00
Weijia Wang
acf3de8d62
nixos/guix: add declarative substituters option (#353518) 2024-11-04 20:43:41 +01:00
Gabriel Arazas
7095e0f8c1 nixos/guix: add declarative substituters option 2024-11-03 15:12:12 -06:00
Emily
2b67faf4d9
The OracleJDK Dehaunting (#353043) 2024-11-02 21:15:20 +00:00
Tomo
d6eb9f1515 oracle{jdk,jre}: drop
"Unmaintained security disaster" -anonymous Nixpkgs maintainer
2024-11-02 21:11:23 +00:00
Tomo
fa08eabc4a atlassian-{bamboo,confluence,crowd,jira}: drop
Support for the Atlassian Server products ended in
February 2024 and there was insufficient interest in
maintaining the Atlassian Data Center replacements

c.f. https://github.com/NixOS/nixpkgs/pull/353043#issuecomment-2452825826
2024-11-02 20:36:14 +00:00
Tomo
e5a0b0c39e sqldeveloper: drop
sqldeveloper was dropped due to being severely out-of-date and
having a dependency on JavaFX for Java 8, which we do not support.
2024-11-02 20:19:01 +00:00
Tomo
b241aedce6 docear: drop
Upstream itself says it is not actively developed:
https://docear.org/2017/10/05/update-for-the-google-scholar-parser-library-to-fetch-metadata-for-pdf-files/

The sole Nixpkgs maintainer has not used Docear in
4 years:
https://github.com/NixOS/nixpkgs/pull/353043#discussion_r1826528473
2024-11-02 18:02:56 +00:00
Emily
c0aaeb7ff3 nixos/release{,-combined}: drop the VirtualBox OVA 2024-11-02 16:25:42 +00:00
Maximilian Bosch
500d745e73
Merge: nixos/postgresql: set up sandboxing (#344925) 2024-11-02 11:12:15 +01:00