| 11 Apr 2022 |
bitmapper | In reply to @tilpner:tx0.co doesn't that mean your hydra could still be accessed directly (bypassing cloudflare) without login? unless you're using some tunnelling solution, and it's not publicly accessible... aws is only allowing access to cloudflare | 23:28:18 |
| 12 Apr 2022 |
| @linus:schreibt.jetzt joined the room. | 18:47:16 |
| 13 Apr 2022 |
| lexi mattick joined the room. | 02:32:11 |
| @linus.heckemann:matrix.mayflower.de left the room. | 07:59:45 |
@ulrikstrid:matrix.org | How can I evaluate a hydra job locally? I'm getting error: attribute 'override' is a function, which is not supported and want to debug where it's coming from | 08:58:06 |
| 14 Apr 2022 |
das_j | ma27 grahamc (he/him): Has there been any progress on the maintainer search? | 12:02:02 |
@grahamc:nixos.org | I think I'm waiting on ma27 | 12:03:24 |
ma27 | In reply to @grahamc:nixos.org I think I'm waiting on ma27 that's correct though there's quite much to do these days for me and I'm also sick currently, so no guarantees that we'll have it ready soonish | 13:47:44 |
das_j | In reply to @ma27:nicht-so.sexy that's correct though there's quite much to do these days for me and I'm also sick currently, so no guarantees that we'll have it ready soonish get well soon! I might be able to hack some alternative for the time being | 14:53:07 |
das_j | it's also some time until ZHF | 14:53:10 |
Amanda (she/her) | ZHF = Zero Hydra Failures? | 18:49:09 |
das_j | In reply to @amanda:camnet.site ZHF = Zero Hydra Failures? Yes | 18:50:23 |
Amanda (she/her) | ah | 18:50:29 |
| 15 Apr 2022 |
@ulrikstrid:matrix.org | Trying to have hydra build stuff using my m1 but I'm getting this error and I can't reproduce when I ssh into the machine:
‘hydra@192.168.1.254’: error: cannot connect to ‘hydra@192.168.1.254’: zsh:1: command not found: nix-store any ideas? | 19:50:06 |
@ulrikstrid:matrix.org | Looks like my exact issue is described here: https://nixos.org/manual/nix/stable/advanced-topics/distributed-builds.html | 19:56:34 |
@ulrikstrid:matrix.org | With that fixed, now I'm getting ‘hydra@192.168.1.254’: error: unexpected end-of-file any idea how to debug this? | 20:34:32 |
artturin | In reply to @ulrikstrid:matrix.org With that fixed, now I'm getting ‘hydra@192.168.1.254’: error: unexpected end-of-file any idea how to debug this? thats usually caused by mismatched nix versions | 20:35:02 |
artturin | between the daemon and client | 20:35:35 |
@ulrikstrid:matrix.org | That seems likely, my hydra runner seems to have nixUnstable (2.8....) and the builder 2.7 | 20:38:12 |
@ulrikstrid:matrix.org | Trying to downgrade my hydra machine | 20:38:18 |
artturin | github issue search is not the best :/ | 20:39:01 |
@ulrikstrid:matrix.org | Now the question is... why can't I downgrade my server? 😂 | 20:40:19 |
artturin | i don't know, i can't see your screen | 20:43:53 |
artturin | thse are the nix versions available ``` nix-repl> nixVersions. nixVersions.unfix nixVersions.override nixVersions.extend nixVersions.overrideDerivation nixVersions.nix_2_3 nixVersions.recurseForDerivations nixVersions.nix_2_4 nixVersions.stable nixVersions.nix_2_5 nixVersions.unstable nixVersions.nix_2_6 nixVersions.nix_2_7
| 20:44:25 |
@ulrikstrid:matrix.org | Yeah, sorry, probably more of a rethorical question... I have this:
nix = {
package = pkgs.nix;
extraOptions = ''
experimental-features = nix-command flakes
'';
};
| 20:44:34 |
artturin | * thse are the nix versions available
nix-repl> nixVersions.
nixVersions.**unfix** nixVersions.override
nixVersions.extend nixVersions.overrideDerivation
nixVersions.nix\_2\_3 nixVersions.recurseForDerivations
nixVersions.nix\_2\_4 nixVersions.stable
nixVersions.nix\_2\_5 nixVersions.unstable
nixVersions.nix\_2\_6
nixVersions.nix\_2\_7
| 20:44:39 |
@ulrikstrid:matrix.org | And I apply it via my flake (which works for everything else) with a switch | 20:44:52 |
@ulrikstrid:matrix.org | But when I ssh in to the server and run nix --version it still tells me 2.8.... | 20:45:15 |
artturin | pkgs.nix is 2.7.0 | 20:45:34 |
artturin | on unstable at least | 20:46:02 |