| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | mmlgui: unstable-2023-09-20 -> unstable-2023-11-16•••(cherry picked from commit 09dbc6d462131ef4b7302a49e32d15fc84d06bb7) origin/backport-269536-to-release-23.11 | R. Ryantm | 2023-11-26 | 1 | -3/+3 |
| * | Merge pull request #270267 from NixOS/backport-270193-to-release-23.11•••[Backport release-23.11] python3Packages.yamlpath: mark as broken | Pierre Bourdon | 2023-11-26 | 1 | -0/+4 |
| |\ | |||||
| | * | python3Packages.yamlpath: explain why the package is broken•••Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch> (cherry picked from commit 02e9c1685daeaf9fd4c132b1cd78ccf4bd4cf580) | mfrischknecht | 2023-11-26 | 1 | -0/+3 |
| | * | python3Packages.yamlpath: mark as broken•••`yamlpath` depends on `ruamel.yaml` <= 0.17.21 [1], but the packaged version in Nixpkgs is on version 0.17.32 by now. This breaks a lot of the libraries own unit tests. As I don't see anything in Nixpkgs depending on `yamlpath`, this simply marks the package as broken. [1]: https://github.com/wwkimball/yamlpath/blob/9bbddea5205147d49e612abb26cf1671a3861256/setup.py#L48 (cherry picked from commit 53b47693e1355525fbb9d0026bedf5b3bc060fce) | Manuel Frischknecht | 2023-11-26 | 1 | -0/+1 |
| |/ | |||||
| * | Merge pull request #270044 from NixOS/backport-269810-to-release-23.11•••[Backport release-23.11] python311Packages.uri-template: 1.2.0 -> 1.3.0 | Mario Rodas | 2023-11-26 | 2 | -33/+68 |
| |\ | |||||
| | * | python311Packages.phik: refactor, disable failing tests•••(cherry picked from commit fc1c549b56d95855891e2ac3a64bf9468cd2f7e8) | Fabian Affolter | 2023-11-26 | 1 | -24/+44 |
| | * | python311Packages.uri-template: 1.2.0 -> 1.3.0•••Diff: https://github.com/plinss/uri_template/compare/refs/tags/v1.2.0...v1.3.0 (cherry picked from commit 6011769ece3bd2b43bf9763a3bd2a54e2d930383) | Fabian Affolter | 2023-11-26 | 1 | -9/+24 |
| * | | Merge pull request #270255 from NixOS/backport-265728-to-release-23.11 | Maciej Krüger | 2023-11-26 | 1 | -11/+8 |
| |\ \ | |||||
| | * | | nixos/ssm-agent: Handle sudo-rs too•••(cherry picked from commit 690f027251164629d30531e6fd660a9ef15f9ea1) | nicoo | 2023-11-26 | 1 | -11/+8 |
| * | | | Merge pull request #270253 from NixOS/backport-265722-to-release-23.11 | Maciej Krüger | 2023-11-26 | 1 | -17/+18 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | nixos/btrbk: Support both Miller's sudo and sudo-rs•••(cherry picked from commit 19af28537bb59c849a666fce27e15d1f33fb03ee) | nicoo | 2023-11-26 | 1 | -17/+18 |
| |/ / | |||||
| * | | Merge pull request #270220 from NixOS/backport-269970-to-release-23.11•••[Backport release-23.11] nixos/containers: warn if containers are used but disabled | Robert Hensing | 2023-11-26 | 1 | -116/+122 |
| |\ \ | |||||
| | * | | nixos/containers: warn if containers are used but disabled•••This is a follow-up to 8dfe8e447efefcaf2990532114f4b0259ba2eba3. (cherry picked from commit 1c404d2584d973a9e3eeab78cea7e30f0d47e406) | emilylange | 2023-11-26 | 1 | -116/+122 |
| * | | | Merge pull request #270170 from NixOS/backport-270091-to-release-23.11•••[Backport release-23.11] netbird-ui: fix broken systray icon path (resolves build failure) | Nick Cao | 2023-11-26 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | netbird-ui: fix broken systray icon path•••Resolves build failure (cherry picked from commit 19b442691f9ad2f6b173a33dfce56f1d21cc2a93) | the-furry-hubofeverything | 2023-11-26 | 1 | -1/+1 |
| * | | | | Merge pull request #270217 from NixOS/backport-248554-to-release-23.11•••[Backport release-23.11] darwin.linuxBuilder: Fix working directory in documentation | Robert Hensing | 2023-11-26 | 1 | -1/+5 |
| |\ \ \ \ | |||||
| | * | | | | darwin.linuxBuilder: Fix working directory in documentation•••This fixes the working directory for the suggested flake, as originally suggested by @MaxDaten in: https://github.com/NixOS/nixpkgs/issues/229542#issuecomment-1674886874 … and then amended by @Enzime in: https://github.com/NixOS/nixpkgs/pull/248554#issuecomment-1676825733 (cherry picked from commit 4cb41faba7606750ba786828c23ed9f445666b03) | Gabriella Gonzalez | 2023-11-26 | 1 | -1/+5 |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #270219 from NixOS/backport-269942-to-release-23.11•••[Backport release-23.11] nixos-render-docs: take header and footer on CLI | pennae | 2023-11-26 | 1 | -28/+61 |
| |\ \ \ \ | |||||
| | * | | | | nixos-render-docs: header and footer as list[str]•••(cherry picked from commit 98ba0aed731dbcb0f1facd29bb9398630adaa141) | Viktor Kronvall | 2023-11-26 | 1 | -8/+17 |
| | * | | | | nixos-render-docs: take header and footer on CLI•••This commit generalizes nixos-render-docs for manpage generation to take the header preamble and footer postscript as file paths as CLI flags --header and --footer. (cherry picked from commit 9bfa2e36a258d81feed09bea5c4f777f33436003) | Viktor Kronvall | 2023-11-26 | 1 | -28/+52 |
| | |/ / / | |||||
| * | | | | Merge pull request #270228 from NixOS/backport-263471-to-release-23.11 | Maciej Krüger | 2023-11-26 | 4 | -64/+40 |
| |\ \ \ \ | |||||
| | * | | | | nixos/sudo-rs: Move support for `pam_ssh_agent_auth(8)` to PAM's NixOS module•••Similar to delroth's suggestion in #262790. (cherry picked from commit bcc2d1238a1c97347518812f224921d29aa3b3f8) | nicoo | 2023-11-26 | 2 | -9/+8 |
| | * | | | | nixos/sudo-rs: Clarify `security.sudo-rs.enable`'s description•••(cherry picked from commit f5d059b1f5f7aae83a3dfc292367961152cce6c4) | nicoo | 2023-11-26 | 1 | -1/+2 |
| | * | | | | nixos/sudo-rs: Refactor option definitions•••(cherry picked from commit 46aaa5be70b55a8cf2a8599338e67a841a1d3763) | nicoo | 2023-11-26 | 1 | -16/+4 |
| | * | | | | nixos/sudo-rs: refactor processing of `cfg.extraRules`•••(cherry picked from commit 03db94319af0d0c9bab329f9db33e62d916127c8) | nicoo | 2023-11-26 | 1 | -11/+10 |
| | * | | | | nixos/tests/sudo-rs: cleanup•••(cherry picked from commit 211c4b0545309a8a95a4026dca49793a61b0719e) | nicoo | 2023-11-26 | 1 | -2/+0 |
| | * | | | | nixos/sudo-rs: Fix bug putting the wrong version of sudo in `environment.syst...•••(cherry picked from commit 9b0a63c2fe2c5a83a6c4b4dcd9172d0968e9da18) | nicoo | 2023-11-26 | 1 | -2/+2 |
| | * | | | | nixos/sudo-rs: Drop checks for sudo implementation•••(cherry picked from commit 165b600f01f1d6fc2cde701a50bd033a817912e6) | nicoo | 2023-11-26 | 1 | -15/+3 |
| | * | | | | nixos/sudo-rs: uniformize ssh-agent auth behaviour with `security.sudo`•••(cherry picked from commit cd42b18a2c16f9bceaa282f693d24c6d5b30d7b8) | nicoo | 2023-11-26 | 1 | -5/+2 |
| | * | | | | nixos/release-notes: Document pitfall when switching to sudo-rs•••(cherry picked from commit c1b5226cd49c931361a570e25575559d7982b223) | nicoo | 2023-11-26 | 1 | -0/+4 |
| | * | | | | nixos/sudo-rs: Simplify activation•••(cherry picked from commit b05648b541f6747ab68a2b245d453ed2f8a5da85) | nicoo | 2023-11-26 | 3 | -5/+7 |
| | * | | | | nixos/release-notes: Tidy-up location of `sudo-rs` link definition•••Presumably introduced when reverting #253876 (cherry picked from commit 572413151ae4710a9258c18e758fccce2b650cce) | nicoo | 2023-11-26 | 1 | -2/+2 |
| * | | | | | Merge pull request #270231 from NixOS/backport-269918-to-release-23.11•••[Backport release-23.11] nixos-render-docs: fix mypy test | pennae | 2023-11-26 | 1 | -2/+2 |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | nixos-render-docs: fix mypy test•••markdown-it-py somewhat recently added more type annotations to their code, obsoleting a few lint-ignores in nrd. (cherry picked from commit 14d4491000e386796beb9f5ad3378550bf4e6997) | pennae | 2023-11-26 | 1 | -2/+2 |
| |/ / / / | |||||
| * | | | | Merge pull request #269968 from NixOS/backport-268742-to-release-23.11•••[Backport release-23.11] igraph: 0.10.7 -> 0.10.8 | Robert Schütz | 2023-11-26 | 2 | -4/+4 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | python311Packages.igraph: 0.11.2 -> 0.11.3•••Diff: https://github.com/igraph/python-igraph/compare/refs/tags/0.11.2...0.11.3 Changelog: https://github.com/igraph/python-igraph/blob/refs/tags/0.11.3/CHANGELOG.md (cherry picked from commit ab08d2f8d72951c35d793e09a6a0ec8bd5cf5657) | Robert Schütz | 2023-11-25 | 1 | -2/+2 |
| | * | | | igraph: 0.10.7 -> 0.10.8•••Diff: https://github.com/igraph/igraph/compare/0.10.7...0.10.8 Changelog: https://github.com/igraph/igraph/blob/0.10.8/CHANGELOG.md (cherry picked from commit ab4c37fb7e2facbb99c1e6360bdd83ece746210d) | Robert Schütz | 2023-11-25 | 1 | -2/+2 |
| * | | | | Merge pull request #270033 from NixOS/backport-269892-to-release-23.11•••[Backport release-23.11] rustic-rs: fix build on darwin | Norbert Melzer | 2023-11-26 | 2 | -3/+13 |
| |\ \ \ \ | |||||
| | * | | | | rustic-rs: fix build on darwin•••- Add `apple_sdk.SystemConfiguration` dependency (cherry picked from commit f5b7885e0cd047f986c6d573102450ac7e0f6a65) | Mathis Antony | 2023-11-26 | 2 | -3/+13 |
| | | |_|/ | |/| | | |||||
| * | | | | jellyfin: 10.8.11 -> 10.8.12•••(cherry picked from commit 46be2f5f7ad53db8eb11da2fda622d34cf099ef9) | R. Ryantm | 2023-11-26 | 1 | -2/+2 |
| * | | | | jellyfin-web: 10.8.11 -> 10.8.12•••(cherry picked from commit 161368a1e485e606ca84afbd850109c3f911d1ad) | R. Ryantm | 2023-11-26 | 1 | -3/+3 |
| * | | | | python311Packages.bitstring: 4.1.2 -> 4.1.3•••Changelog: https://github.com/scott-griffiths/bitstring/releases/tag/bitstring-4.1.3 (cherry picked from commit b3f541eb269001a3774563119839dcd396898004) | Fabian Affolter | 2023-11-26 | 1 | -3/+3 |
| * | | | | Merge pull request #270192 from NixOS/backport-269034-to-release-23.11•••[Backport release-23.11] lp_solve: ignore implicit int warnings | Robert Scott | 2023-11-26 | 1 | -0/+6 |
| |\ \ \ \ | |||||
| | * | | | | lp_solve: ignore implicit int warnings, add x64 darwin ldflags•••the configuration code generates small c programs with a main function sans return type specifer. this causes clang builds to fail. add '-Wno-error=implicit-int' to fix the build. add -headerpad_max_install_names to env.NIX_LDFLAGS for x64 darwin (cherry picked from commit 540ea20215f48e308cd08ef4e705d2fa08ada11e) | annalee | 2023-11-26 | 1 | -0/+6 |
| * | | | | | Merge pull request #270191 from NixOS/backport-269854-to-release-23.11•••[Backport release-23.11] qrscan: Pin libclang to version 15 | Silvan Mosberger | 2023-11-26 | 1 | -2/+4 |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | qrscan: Pin libclang to version 15•••(cherry picked from commit 18c3616b0e3abbe657ed852bc396893767196c9a) | Andreas Zweili | 2023-11-26 | 1 | -2/+4 |
| |/ / / / | |||||
| * | | | | Merge pull request #270181 from NixOS/backport-270165-to-release-23.11•••[Backport release-23.11] linuxPackages.systemtap: fix cross-build by depending on host Python | Pierre Bourdon | 2023-11-26 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | linuxPackages.systemtap: fix cross-build by depending on host Python•••(cherry picked from commit bc5c75e9ee5a2ec0437159a4e11861fe31436931) | Pierre Bourdon | 2023-11-26 | 1 | -1/+1 |
| * | | | | | Merge pull request #270009 from NixOS/backport-269821-to-release-23.11•••[Backport release-23.11] python311Packages.radios: 0.1.1 -> 0.3.0 | Robert Schütz | 2023-11-26 | 1 | -6/+12 |
| |\ \ \ \ \ | |||||
| | * | | | | | python311Packages.radios: fix darwin sandbox build•••(cherry picked from commit 6b6e39e08d450645af644320b11fa15fcea3343e) | natsukium | 2023-11-25 | 1 | -0/+2 |
