| 25 Aug 2021 |
@grahamc:nixos.org | https://monitoring.nixos.org/prometheus/graph?g0.expr=rate(notify_plugin_runtime_sum%5B5m%5D)&g0.tab=0&g0.stacked=0&g0.range_input=1h | 17:24:37 |
@grahamc:nixos.org | me either | 17:24:38 |
andi- | Is the bazaar plugin somewhat slower? It just sticks out but that could very well be noise. | 17:42:36 |
@grahamc:nixos.org | I wonder if it is just lucky to be the first one to be called causing perl to do some extra work it doens't do for the rest? | 18:10:23 |
@grahamc:nixos.org | I don't mind it being 0.001s slower | 18:10:59 |
| 27 Aug 2021 |
@grahamc:nixos.org | Whew https://github.com/NixOS/hydra/pull/1011 | 18:03:25 |
@grahamc:nixos.org | A case study in make the hard thing easy then do the easy thing | 18:03:40 |
| 28 Aug 2021 |
das_j | grahamc (he/him): Would you mind taking a look at https://github.com/NixOS/hydra/pull/965 ? It always annoys me when I look at hydra.nixos.org | 13:16:48 |
das_j | * grahamc (he/him): Would you mind taking another look at https://github.com/NixOS/hydra/pull/965 ? It always annoys me when I look at hydra.nixos.org | 13:17:07 |
das_j | I don't think the pinged users will respond anytime soon | 13:17:20 |
ajs124 | so… if a project has a flake.nix with hydraJobs, is there any way for me to build those without hydra? like, just with the nix cli? | 13:32:39 |
@grahamc:nixos.org | nix flake check I think? | 13:52:14 |
ajs124 | ok. I ran nix --experimental-features "nix-command flakes" flake check but I wasn't sure if that did that. very intuitive /s | 13:53:13 |
@grahamc:nixos.org | I'm not sure if it does check allthe hydra jobs fwiw | 13:55:51 |
@grahamc:nixos.org | hydra doesn't build itself using a flake | 13:55:56 |
@grahamc:nixos.org | you can alos build nix-build . -A hydraJobs....something I think? | 13:56:07 |
ajs124 | https://hydra.nixos.org/jobset/hydra/master#tabs-configuration | 13:56:27 |
ajs124 |
Flake URI: github:NixOS/hydra
| 13:56:41 |
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 - OoO 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 |