Colmena | 320 Members | |
| A simple, stateless NixOS deployment tool - https://github.com/zhaofengli/colmena | 108 Servers |
| Sender | Message | Time |
|---|---|---|
| 14 Mar 2022 | ||
In reply to @cw:kernelpanic.cafe --no-substitutes which will probably be renamed in the future (https://github.com/zhaofengli/colmena/issues/59) | 01:36:52 | |
In reply to @zhaofeng:zhaofeng.li
Thank you very much! | 01:45:50 | |
| I should have asked this a long time ago. | 01:46:09 | |
| I just disable the binary caches in the configs of machines with no internet. Less typing | 04:38:09 | |
In reply to @buckley310:matrix.orgSometimes the lack of internet isn't planned, heh | 05:42:08 | |
| lol | 13:45:46 | |
| 15 Mar 2022 | ||
| So when using buildOnTarget, what decides if the drv should be built and copied on the host or built on the target? I know most do the latter, but things such as a source folder (from a flake input) have definitely gotten copied before, so... | 19:48:55 | |
| 16 Mar 2022 | ||
In reply to @winterqt:nixos.devOops, missed this one. I think sources (fixed hash paths produced by addToStore or similar) are always directly copied, and because Colmena passes --include-outputs when copying the .drvs existing outputs will be copied as well | 21:23:16 | |
| 17 Mar 2022 | ||
[zhaofengli/colmena] xddxdd opened
issue
#65: Colmena build is stuck unless "-v" argument is present
| 05:38:05 | |
| [zhaofengli/colmena] zhaofengli closed issue #65: Colmena build is stuck unless "-v" argument is present | 06:34:24 | |
| 20 Mar 2022 | ||
| I wish there was a way we could parallelize the derivation copy step for buildOnTarget, this takes ages on large upgrades >.< | 05:04:10 | |
| especially with node packages 😅 | 05:04:33 | |
| 21 Mar 2022 | ||
In reply to @winterqt:nixos.devI looked at it, and it appears that Nix used to be able to copy paths in parallel, but it's disabled for some reason: https://discourse.nixos.org/t/speed-up-nix-copy/15884/5 | 00:34:55 | |