| 21 Feb 2023 |
Linux Hackerman | (scnr) | 15:39:41 |
| @yuu:matrix.org left the room. | 23:49:42 |
| 22 Feb 2023 |
Alyssa Ross | Does OfBorg include broken packages in rebuild counts? https://github.com/NixOS/nixpkgs/pull/217591#issuecomment-1440705382 | 19:49:53 |
cole-h | It's possible: https://github.com/NixOS/ofborg/blob/cf2c6712bd7342406e799110e7cd465aa250cdca/ofborg/src/outpaths.nix#L22 | 19:54:46 |
Alyssa Ross | Ahhh | 20:09:08 |
cole-h | I'd have to do more research / testing to know for sure, but I think that would make sense | 20:09:38 |
Alyssa Ross | I wonder if that should be dropped? AIUI broken doesn't block accessing any attributes, so it shouldn't miss any eval breakages to disallow broken. | 20:09:55 |
cole-h | It comes from a commit entitled "Support checking meta" -- so maybe a broken package does weird things with meta? | 20:10:55 |
cole-h | * It was introduced in a commit entitled "Support checking meta" -- so maybe a broken package does weird things with meta? | 20:11:05 |
Winter (she/her) | In reply to @qyliss:fairydust.space I wonder if that should be dropped? AIUI broken doesn't block accessing any attributes, so it shouldn't miss any eval breakages to disallow broken. Broken only stops you if you're evaluating every attribute AFAICT | 20:11:14 |
Alyssa Ross | hmm | 20:11:19 |
Alyssa Ross | it shouldn't do | 20:11:22 |
cole-h | Or maybe it was debugging during development that's been cargo-culted 🤷 | 20:11:23 |
Alyssa Ross | Specifically broken disallows accessing outPath or drvPath | 20:11:30 |
Alyssa Ross | As it's implemented with lib.extendDerivation | 20:12:42 |
| 23 Feb 2023 |
Winter (she/her) | has anyone ever succeeded in running a local OfBorg for testing? or is that still like impossible? 😄 | 17:41:35 |
cole-h | I mean, I have, but that's because I have access to the secrets ofborg needs... 😅 | 17:42:14 |
Winter (she/her) | In reply to @cole-h:matrix.org I mean, I have, but that's because I have access to the secrets ofborg needs... 😅 I meant like, in my own environment/Nixpkgs copy and whatnot | 17:43:16 |
Artturin | https://github.com/NixOS/ofborg/pull/562 | 17:43:35 |
cole-h | Oh neat | 17:44:16 |
Winter (she/her) | wonder how usable that is right now | 17:44:38 |
Winter (she/her) | given it's age | 17:44:46 |
Winter (she/her) | * given its age | 17:44:49 |
cole-h | Might be some slight API changes but I don't think it would be too difficult to get up and running again | 17:45:02 |
Winter (she/her) | hmm, i'll give it a try | 17:45:18 |
Artturin | i tried something here https://github.com/Artturin/ofborg/commits/oneoff (the 2 c commits) | 17:45:32 |
Artturin | i dont remember what since its been a while | 17:45:45 |
Winter (she/her) | looks like you just did the API changes | 17:45:55 |
Winter (she/her) | neat | 17:46:19 |
Winter (she/her) | will pull down your branch and take a look, thank ykun | 17:46:33 |