| 28 Aug 2021 |
ajs124 | doesn't it? | 13:56:43 |
@grahamc:nixos.org | oh I see | 14:00:51 |
tomberek | ajs124: nix build hydra#hydraJobs.build.x86_64-linux or nix flake YOURFLAKE#hydraJobs.JOB.SYSTEM | 15:51:01 |
tomberek | * ajs124: nix build hydra#hydraJobs.build.x86_64-linux or `nix flake YOURFLAKE#hydraJobs.JOB | 15:51:22 |
ajs124 | .job without the system (e.g. x86_64-linux results in error: flake output attribute 'hydraJobs.tests.ldap' is not a derivation | 16:00:42 |
tomberek | yup, that's expected. Hit <tab> a few times, or base it off of what nix flake show says | 16:01:36 |
| 30 Aug 2021 |
@grahamc:nixos.org | I've got this super annoying PR for review if anyone wants to take a look: https://github.com/NixOS/hydra/pull/1004 basically it is making sure that I:
- renamed the $a, $b variables to a new variable name that wasn't taken
- renamed all the uses of $a and $b
probably easiest to go one commit at a time.
| 13:45:25 |
| 31 Aug 2021 |
| Florian | W3F changed their display name from Florian | W3F to Florian | W3F - OoO. | 08:11:45 |
Amanda (she/her) | is there any docs on the passthru.updateScript stuff seen e.g. here ? | 17:31:11 |
Amanda (she/her) | how would one run that, for example if I wanted to do similar auto-updating with my overlay | 17:31:32 |
Amanda (she/her) | ... I didn't mean to ask this here. | 17:32:58 |
| 2 Sep 2021 |
@grahamc:nixos.org | I'm probably going to merge https://github.com/NixOS/hydra/pull/1011 here in a minute | 14:09:07 |
ajs124 | das_j: didn't you say we might need to rework some hook because of that PR? This isn't really meant as any objection to merging this, just that if we actually need to change anything, someone else also might need to, which might be an issue. | 18:39:27 |
das_j | In reply to @andreas.schraegle:helsinki-systems.de das_j: didn't you say we might need to rework some hook because of that PR? This isn't really meant as any objection to merging this, just that if we actually need to change anything, someone else also might need to, which might be an issue. || : goes brrrrr | 19:26:39 |
| 3 Sep 2021 |
| Rev. CornWallace III (novus ordo seclorum) changed their display name from cw (just got delta) to cw (novus ordo seclorum). | 07:41:33 |
@grahamc:nixos.org | y'all have failing hooks? tsk tsk :) | 11:36:14 |
das_j | In reply to @grahamc:nixos.org y'all have failing hooks? tsk tsk :) Yeah it's the one that bumps our nixpkgs channels. When an older eval is fully built faster than a newer one, git push fails because it's a non-fast-forward push | 11:37:17 |
das_j | hacky but works | 11:37:20 |
@grahamc:nixos.org | ah nice | 11:44:42 |
| 4 Sep 2021 |
| ilkecan joined the room. | 12:40:11 |
| 5 Sep 2021 |
das_j |  Download image.png | 20:22:01 |
| 6 Sep 2021 |
@grahamc:nixos.org | haha | 13:07:56 |
| 7 Sep 2021 |
@grahamc:nixos.org | it is astonishing to me how easy it is to just ... write totally wrong code. | 15:15:24 |
sterni | in perl especially :p | 15:15:41 |
@grahamc:nixos.org | exacttly | 15:15:45 |
sterni | I think the hydra notify issue you fixed recently is the perfect example for the kind of problems you run into | 15:16:17 |
@grahamc:nixos.org | the one about the missing argument? | 15:16:28 |
@grahamc:nixos.org | I wish it could do the most bare minimum amount of "hey you claim to call this function but that function doesn't exist anywhere at all in perl anywhere" | 15:16:39 |
sterni | like you can just forget to add a function argument that's required somewhere and it fails very silently unless you add a ton of boilerplate everywhere | 15:16:43 |
@grahamc:nixos.org | yeah | 15:16:47 |