18 Jul 2024 |
| @sofo:matrix.org changed their display name from Sofie to Sofie (AWAY). | 16:37:46 |
19 Jul 2024 |
| @kevincox:matrix.org joined the room. | 21:12:29 |
22 Jul 2024 |
| davidvasandani joined the room. | 00:11:04 |
| @min:min.rip left the room. | 21:25:54 |
23 Jul 2024 |
ser(ial) | In reply to @zhaofeng:zhaofeng.li
It can be something like { host_a = ...; } // (import ./bunch-of-other-nodes.nix)
no, it does not work, unfortunately. | 03:54:08 |
ser(ial) | I decided to file an issue: https://github.com/zhaofengli/colmena/issues/220 | 04:05:34 |
| Ezzobir Bezziou joined the room. | 08:23:33 |
24 Jul 2024 |
| Redstone changed their display name from redstone-menace to Redstone. | 10:17:07 |
| Frédéric Christ left the room. | 19:35:50 |
25 Jul 2024 |
| David Sánchez joined the room. | 19:24:15 |
27 Jul 2024 |
| bumperboat joined the room. | 12:15:15 |
| dave joined the room. | 23:24:32 |
29 Jul 2024 |
| @mariosangiorgio:matrix.org left the room. | 07:22:18 |
1 Aug 2024 |
| @ibtalot:matrix.org left the room. | 04:50:10 |
| cleverca22 joined the room. | 12:54:01 |
7 Aug 2024 |
| tomcruz joined the room. | 10:07:26 |
| dazai joined the room. | 20:54:48 |
dazai | if anyone has any experience with flake-utils or trying to make a colmena flake work on multiple architectures, please let me know!
https://github.com/zhaofengli/colmena/issues/221 | 21:23:24 |
8 Aug 2024 |
| @lytedev:matrix.org left the room. | 01:27:22 |
hanleym | In reply to @dazai:matrix.org if anyone has any experience with flake-utils or trying to make a colmena flake work on multiple architectures, please let me know!
https://github.com/zhaofengli/colmena/issues/221 I'm sorry I don't see your specific issue but you may want to look into: https://flake.parts/ https://std.divnix.com/ and eventually https://github.com/divnix/hive | 15:15:40 |
hanleym | I'm using hive and have colmena building x86_64-linux, aarch64-linux, and aarch64-darwin. | 15:16:41 |
| @lxsameer:matrix.org joined the room. | 15:57:47 |
@lxsameer:matrix.org | hey folks, does colmena supports auto rollback on failure? | 15:58:27 |
hanleym | I haven't seen anything like --magic-rollback in deploy-rs , but I also don't think I've needed it. | 16:12:27 |
dazai | hanleym: so if i'm running colmena apply does it not matter whether x86_64-linux or aarch64-linux is defined for nixpkgs? like can it be in my flake:meta.nixpkgs = import nixpkgs { system = "x86_64" }; even if i'm running colmena apply on an aarch64 machine? | 18:56:56 |
dazai | i guess my question is how can i run colmena apply, with the same flake on both aarch64 and x86_64 | 18:57:25 |
dazai | * hanleym: so if i'm running colmena apply does it not matter whether x86_64-linux or aarch64-linux is defined for nixpkgs? like can it be in my flake:meta.nixpkgs = import nixpkgs { system = "x86_64-linux" }; even if i'm running colmena apply on an aarch64 machine? | 18:58:04 |
dazai | right now i just have 2 copies of my flake that i maintain with the only difference being meta.nixpkgs being set to that system's architecture | 18:58:26 |
dazai | also sometime magic rollback is annoying, sometimes networkmanager fails to restart for no reason | 18:59:15 |
hanleym | dazai: this is how you would do it: https://colmena.cli.rs/unstable/examples/multi-arch.html | 19:18:15 |