!UNVBThoJtlIiVwiDjU:nixos.org

Staging

315 Members
Staging merges | Running staging cycles: https://github.com/NixOS/nixpkgs/pulls?q=is%3Apr+is%3Aopen+head%3Astaging-next+head%3Astaging-next-25.05 | Review Reports: https://malob.github.io/nix-review-tools-reports/108 Servers

Load older messages


SenderMessageTime
3 Nov 2025
@maralorn:maralorn.demaralorn Ah, oh well. Looks like sterni already fixed that 2h ago. 08:12:05
@ivy:faggot.shivyhttps://hydra.nixos.org/build/312074469 this is a bit odd10:43:41
@ivy:faggot.shivymissing stdint.h10:43:51
@ivy:faggot.shivyodd why its not10:43:54
@qyliss:fairydust.spaceAlyssa Rosshttps://github.com/NixOS/nixpkgs/pull/45802710:45:14
@qyliss:fairydust.spaceAlyssa Rosswas discussed in here a few hours ago10:45:23
@ivy:faggot.shivyahh oops10:45:36
@ivy:faggot.shivyi was like what the hell why so many core things failing10:46:45
@ivy:faggot.shivyincredible regression tho actually crazy11:44:47
@k900:0upti.meK900Nah that's normal11:48:18
@k900:0upti.meK900This is like every other staging cycle11:48:24
@ivy:faggot.shivy okay damn, didn’t know that, despite the fact i’ve been on nixos for like 6 years i’ve never thought about staging 11:50:19
@ivy:faggot.shivyuntil using darwin and having to patch everything11:50:32
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all)staging is a special kind of fun. Its often not viable to test stuff against staging directly, because dependencies are not built yet. And picking to master for a test still runs the risk of oversights. Or, the fact staging is run by like 5-10 people that need to sleep eventually12:09:29
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all)We had terrible cycles before. This one shouldn't be too bad, considering it is freeze month12:10:14
@k900:0upti.meK900OK who's doing ocaml stuff these days12:10:17
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all)oh god screw that12:10:31
@k900:0upti.meK900I need to find whoever is doing it12:10:44
@k900:0upti.meK900And drag them into this room12:10:47
@k900:0upti.meK900Like now12:10:49
@k900:0upti.meK900image.png
Download image.png
12:10:59
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all) i looked at z3 ocaml a while back, never again 12:10:58
@k900:0upti.meK900Because I am looking at this12:11:02
@k900:0upti.meK900And I am not understand12:11:05
@k900:0upti.meK900And I do not want to be understand12:11:11
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all)Ah i see12:14:12
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all)

i think what you want is:


let
  inherit (callPackage ./generic.nix args) src version library_deps;
in
lib.throwIf
  (
    lib.versionAtLeast ocaml.version "5.0" && !lib.versionAtLeast version "0.23"
    || lib.versionAtLeast ocaml.version "5.1" && !lib.versionAtLeast version "0.25"
    || lib.versionAtLeast ocaml.version "5.2" && !lib.versionAtLeast version "0.26.2"
    || lib.versionAtLeast ocaml.version "5.3" && !lib.versionAtLeast version "0.27"
    || lib.versionAtLeast ocaml.version "5.4" && !lib.versionAtLeast version "0.28"
  )
  "ocamlformat ${version} is not available for OCaml ${ocaml.version}"
buildDunePackage {
  pname = "ocamlformat";
  inherit src version;
  minimalOCamlVersion = "4.08";
12:15:17
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all)(+ formatting)12:15:24
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all)not sure12:15:28
@stepbrobd:matrix.orgStepBroBD joined the room.12:15:39

Show newer messages


Back to Room ListRoom Version: 6