| 19 Sep 2023 |
raitobezarius | But if you see this type of perf, this makes sense | 14:20:31 |
aanderse | this runs on ci machines which have plenty of resources... so i think it should all just work magically :) | 14:21:10 |
aanderse | anyways, i'll take your answer as a confirmation that this simply hasn't been added to colmena for whatever reason | 14:21:59 |
raitobezarius | https://github.com/zhaofengli/colmena/blob/main/src/nix/hive/mod.rs#L368-L383 | 14:23:28 |
raitobezarius | use the streaming evaluator here | 14:23:31 |
raitobezarius | instead of a simple nix-instantiate | 14:23:36 |
aanderse | i think i'll open an issue to track this
thanks š | 14:28:49 |
| 20 Sep 2023 |
| @mutantmell:helveticastandard.com joined the room. | 01:27:15 |
| dustee joined the room. | 16:15:00 |
dustee | guys what causes this error
[ERROR] stderr) error: attribute 'inputs' missing
| 16:15:47 |
dustee | the nix flake builds normally, but not with colmena | 16:16:03 |
dustee | fixed it but adding meta.specialArgs = {inherit inputs outputs;}; | 16:44:26 |
dustee | * fixed it by adding meta.specialArgs = {inherit inputs outputs;}; | 16:44:37 |
| 21 Sep 2023 |
| dedmunwalk joined the room. | 23:07:54 |
| 22 Sep 2023 |
| bl1nk changed their profile picture. | 11:21:25 |
| bl1nk changed their profile picture. | 11:23:10 |
| 24 Sep 2023 |
| mib š„ joined the room. | 12:23:07 |
| 25 Sep 2023 |
| cafkafk joined the room. | 13:52:43 |
cafkafk | Are there other people on Colmena that have write access? | 14:11:42 |
cafkafk | Like it looks cool, but is the project still active | 14:15:06 |
Zhaofeng Li | Iāve been a bit busy, but lookingĀ to find some time to finally fix some issues that people and I haveĀ | 14:31:05 |
Zhaofeng Li | In reply to @cafkafk:gitter.im Are there other people on Colmena that have write access? Not rightĀ now, but Iām considering adding others to helpĀ | 14:31:45 |
cafkafk | Glad to see you're around still! | 14:34:43 |
| eva joined the room. | 15:42:29 |
| 26 Sep 2023 |
| kdn changed their profile picture. | 12:06:01 |
| emily changed their display name from Emily to emily. | 16:46:08 |
| 27 Sep 2023 |
| mib š„ changed their display name from mib to mib š„. | 05:53:08 |
thornAvery | Hello, Im coming up to a problem thats stumping me, Im using colmena to deploy to a vultr vps, and something is bringing in the systemd service "bind-keys-driver-start.service" which is attempting to bind brightness keys and such, which is failing because the i2c paths dont exist. I have no idea what is bringing this in (my previous non-colmena config doesnt bring in this), when using colmena how should I go about trying to figure out whats enabling this? Thank you | 10:29:37 |
| 28 Sep 2023 |
Zhaofeng Li | In reply to @thornavery:matrix.org Hello, Im coming up to a problem thats stumping me, Im using colmena to deploy to a vultr vps, and something is bringing in the systemd service "bind-keys-driver-start.service" which is attempting to bind brightness keys and such, which is failing because the i2c paths dont exist. I have no idea what is bringing this in (my previous non-colmena config doesnt bring in this), when using colmena how should I go about trying to figure out whats enabling this? Thank you Something likeĀ `colmena eval -E '{nodes,...}: nodes.somehost.options.networking.hostName.definitionsWithLocations'` should show you this | 01:17:44 |
thornAvery | It was a problem with me importing a nixos-hardware module somewhere else but thank you for the info :) | 01:19:32 |