Cole Helbling

Results 92 comments of Cole Helbling

I think this is less Hydra (the repo) related, and more https://github.com/NixOS/nixos-channel-scripts/ related. To do this, I think Hydra would need some kind of functionality that allowed specifying "fallback" channels...

I don't think the buttons should say `Restart` on them, when all it's doing is killing the component and letting systemd restart it. If, for whatever reason, somebody changes the...

It looks like legacy URLs do indeed strip off the `.git` suffix, so we should probably do the same here (maybe using a similar approach): https://github.com/NixOS/hydra/blob/76962bfcb08bcb46aadf1ba0bcb0df39301ea2b5/src/lib/Hydra/Plugin/GithubStatus.pm#L111-L112 (notice the `$1` and...

This is more of a Hydra issue than Nixpkgs issue, so I asked Graham to move it here. Thanks for the report.

I think this can be closed now -- upstream has merged and released it, but we've also been using your fork with that merged for a little bit: https://github.com/NixOS/hydra/blob/28b682b85b7efc5cf7974065792a1f22203a5927/flake.nix#L43-L62

Here's the actual error message: ``` [P:22|F:0|R:1|T:5] Events: 1142 (23:private-projects.t)utf8 "\xE3" does not map to Unicode at /nix/store/9pxc1li1h8sqvagmvn8pmhglinzr2klw-perl5.32.0-Test2-Harness-1.000042/lib/perl5/site_perl/5.32.0/Test2/Harness/Collector/JobDir.pm line 408, line 64. malformed or illegal unicode character in string [F...

Maybe this is related to https://github.com/matthewbauer/nix-bundle/issues/33.

Do you remember where that next-line check was (or which commit removed it)? I could just patch that out until a reasonable solution is decided upon, seeing as I don't...

Not stale -- someone just came across this in the Nix / NixOS matrix. @edolstra: is there a reason why Nix expects only one top-level file in tarballs? This was...