12 Jan 2025 |
Atemu | We had ofborg-like building a little while ago again; where did that go? | 17:01:44 |
emily | supposedly it still exists | 17:06:13 |
emily | see #ofborg:nixos.org | 17:06:16 |
emily | I've never seen it actually complete a build personally though | 17:06:24 |
Atemu | I have but I don't even see its CI check queued anywhere | 17:07:11 |
Gaétan Lepage | In reply to @k900:0upti.me No? 6.13 is not out yet I thought we were only waiting for 6.12.9, which was likely to be released after 6.13. Sorry for the misunderstanding. | 18:05:18 |
K900 | No, we are not | 18:05:35 |
K900 | We are waiting for 6.12 to be officially marked as LTS | 18:05:47 |
K900 | Which will likely happen after 6.13.0 | 18:05:52 |
Gaétan Lepage | I thought it was the case: https://www.phoronix.com/news/Linux-6.12-LTS-Kernel-Official
Sorry, let's wait then ;) | 18:18:57 |
Gaétan Lepage | * I thought it was the case: https://www.phoronix.com/news/Linux-6.12-LTS-Kernel-Official
Sorry, let's wait then :) | 18:19:12 |
Alyssa Ross | In reply to @k900:0upti.me We are waiting for 6.12 to be officially marked as LTS it is officially LTS, and has been for ages: https://www.kernel.org/category/releases.html | 18:35:05 |
Alyssa Ross | the homepage just doesn't use the "longterm" label for LTSes that also happen to be current stable | 18:35:41 |
Gaétan Lepage | Ok, this makes sense | 18:37:51 |
Niklas Korz | Considering nixpkgs-review 2.x is pretty much non functional atm unless explicitly specifying local evaluation (due to ofborg results missing), would it be plausible to backport 3.x to release-24.11? | 18:53:09 |
emily | doesn't it fall back automatically? | 18:54:44 |
Niklas Korz | not for me, it always reports no packages are to be built | 18:57:05 |
Niklas Korz | (for any review I did since the ofborg shutdown, and then I remember to specify --eval local ) | 18:57:48 |
Niklas Korz | anyhow, for now I'll just pick nixpkgs-review from unstable, but I think it might be worth considering to avoid confusion | 18:58:11 |
Gaétan Lepage | It should fall back | 18:58:40 |
Niklas Korz | without specifying eval:
❯ nixpkgs-review pr 365718
$ git -c fetch.prune=false fetch --no-tags --force https://github.com/NixOS/nixpkgs master:refs/nixpkgs-review/0 pull/365718/head:refs/nixpkgs-review/1
$ git worktree add /Users/niklaskorz/.cache/nixpkgs-review/pr-365718-1/nixpkgs 549d2f521f398268bc04ee9ce2ed61a048240035
Bereite Arbeitsverzeichnis vor (losgelöster HEAD 549d2f521f39)
Aktualisiere Dateien: 100% (45518/45518), fertig.
HEAD ist jetzt bei 549d2f521f39 hcdiag: init at 0.5.5 (#371689)
$ git merge --no-commit --no-ff be7b92e97dac09dc9c8910b82e723bf1690c6aa3
Automatischer Merge abgeschlossen; halte, wie gewünscht, vor dem Commit an
Nothing to be built.
with eval local:
❯ nixpkgs-review pr --eval local 365718
$ git -c fetch.prune=false fetch --no-tags --force https://github.com/NixOS/nixpkgs master:refs/nixpkgs-review/0 pull/365718/head:refs/nixpkgs-review/1
$ git worktree add /Users/niklaskorz/.cache/nixpkgs-review/pr-365718-3/nixpkgs 549d2f521f398268bc04ee9ce2ed61a048240035
Bereite Arbeitsverzeichnis vor (losgelöster HEAD 549d2f521f39)
Aktualisiere Dateien: 100% (45518/45518), fertig.
HEAD ist jetzt bei 549d2f521f39 hcdiag: init at 0.5.5 (#371689)
$ nix-env --extra-experimental-features no-url-literals --option system aarch64-darwin -f <nixpkgs> --nix-path nixpkgs=/Users/niklaskorz/.cache/nixpkgs-review/pr-365718-3/nixpkgs nixpkgs-overlays=/var/folders/9g/_bl_31396q31d61z44lgmlvh0000gn/T/tmpsunitweb -qaP --xml --out-path --show-trace --no-allow-import-from-derivation
$ git merge --no-commit --no-ff be7b92e97dac09dc9c8910b82e723bf1690c6aa3
Automatischer Merge abgeschlossen; halte, wie gewünscht, vor dem Commit an
$ nix-env --extra-experimental-features no-url-literals --option system aarch64-darwin -f <nixpkgs> --nix-path nixpkgs=/Users/niklaskorz/.cache/nixpkgs-review/pr-365718-3/nixpkgs nixpkgs-overlays=/var/folders/9g/_bl_31396q31d61z44lgmlvh0000gn/T/tmpsunitweb -qaP --xml --out-path --show-trace --no-allow-import-from-derivation --meta
--------- Impacted packages on 'aarch64-darwin' ---------
2 packages updated:
chatd ollama (0.5.1 → 0.5.4)
| 18:59:40 |
Niklas Korz | (logs from before 365718 was merged) | 19:00:03 |
Niklas Korz | and this behavior was pretty much consistent for the past week on nixpkgs-review 2.x | 19:00:52 |
Niklas Korz | * and this behavior was consistent for the past week on nixpkgs-review 2.x | 19:01:09 |
@sigmasquadron:matrix.org | Am I going insane or is that .devcontainer directory in the nixpkgs root new? | 19:05:28 |
@sigmasquadron:matrix.org | The committee says it was added three years ago but I really doubt that. | 19:05:52 |
@sigmasquadron:matrix.org | * | 19:06:21 |
Niklas Korz | it doesn't exist in the 24.11 branch, so you doubt is accurate | 19:06:34 |
Niklas Korz | * it doesn't exist in the 24.11 branch, so your doubt is accurate | 19:06:38 |
@sigmasquadron:matrix.org | Oh, looks like it was a three-year old PR merged just an hour ago. | 19:06:44 |