| 28 Jul 2023 |
chayleaf | * is it normal that hydra takes a stupidly long time to evaluate my flake? I basically did hydraJobs.system-config.x86_64-linux = nixosConfigurations.system, and I've yet to see any jobs being queued after a couple hours of eval | 04:54:21 |
chayleaf | * is it normal that hydra takes a stupidly long time to evaluate my flake? I basically did `hydraJobs.system-config.x86_64-linux = nixosConfigurations.system`, and I've yet to see any jobs being queued after a couple hours of eval | 04:54:37 |
chayleaf | I hope I'm doing something wrong because as it is even a bash script is better | 04:58:43 |
chayleaf | okay I did do something wrong, I should've used nixosConfigurations.system.config.system.build.toplevel instead, hopefully this will fix the issue | 05:18:27 |
chayleaf | yep it works, though it doesn't show build status (Caught exception in Hydra::Controller::Build->build "[31;1merror:[0m opening a connection to remote store '[35;1mdaemon[0m' previously failed at /nix/store/971v8rm57fb2hpsgzx22df98vm87wqvm-hydra-2023-06-25/libexec/hydra/lib/Hydra/Controller/Build.pm line 83."). Is it because hydra is in allowed-users but not trusted-users? | 05:59:22 |
casey © | hydra-queue-runner needs to be in trusted-users | 15:14:26 |
casey © | if you are using the module, it will be there already. | 15:14:46 |