18 Nov 2024 |
Luna | Another small note, can I define --experimental-flake-eval somewhere in the config that I don't have to add it to every command? | 10:01:59 |
ibizaman | In reply to @luna:bddvlpr.com Another small note, can I define --experimental-flake-eval somewhere in the config that I don't have to add it to every command? I don’t think you can add it in the config of this flake.nix, but you can set it permanently by following examples here https://wiki.nixos.org/wiki/Flakes | 10:04:47 |
Luna | I don't see how that wiki has information on how to set that permanently. I'm not talking about Nix's --experimental-features 'flakes' , colmena's experimental flake eval requires its own --experimental-flake-eval . | 10:07:08 |
ibizaman | Oh. I never used that 🤔 I enabled it like the wiki suggested and I never needed that command | 10:15:04 |
ibizaman | * | 10:15:16 |
19 Nov 2024 |
| @garionion:entr0py.de left the room. | 10:58:23 |
21 Nov 2024 |
| Frédéric Christ joined the room. | 05:14:08 |
| Thomas m joined the room. | 22:15:59 |
25 Nov 2024 |
| NullCube joined the room. | 10:04:26 |
28 Nov 2024 |
/madonius[er|he] | is it new that a file has to be fully check in for colmena to build the derivation? | 21:24:56 |
hexa | that sounds like you switched to flakes | 21:29:59 |
/madonius[er|he] | I was using flakes the whole time, but with the 24.05 I had no issues with the files just being tracked by git | 21:33:47 |
/madonius[er|he] | now I have to fully commit them in order for them to get built | 21:34:01 |
/madonius[er|he] | I asked over at #users:nixos.org and they said that that should not be the case and to ask here | 21:35:08 |
/madonius[er|he] | 🤷 | 21:35:11 |
David Sánchez | I think it’s this issue that has been fixed, but I think a new version of colmena including it hasn’t been released yet
https://github.com/zhaofengli/colmena/issues/202 | 23:01:45 |
29 Nov 2024 |
| bl1nk changed their profile picture. | 01:11:40 |
| bl1nk changed their profile picture. | 01:11:57 |
| Khalil Santana changed their display name from khalil to Khalil Santana. | 12:21:11 |
/madonius[er|he] | ah thanks :) | 15:40:07 |
/madonius[er|he] | I mean it's not too shabby to be forced to check in you changes :D | 15:40:22 |
8 Dec 2024 |
| mannp joined the room. | 18:51:48 |
11 Dec 2024 |
| ttrss joined the room. | 03:43:11 |
ttrss | hi | 03:43:19 |
ttrss | hi, im configuring colmena, whats the significance of meta.nixpkgs namley the system i choose? the docs say: The pinned Nixpkgs package set. Accepts one of the following:
A path to a Nixpkgs checkout
The Nixpkgs lambda (e.g., import <nixpkgs>)
An initialized Nixpkgs attribute set
This option must be specified when using Flakes.
yet it complains if i pass anything other than an initialized nixpkgs attribute set
| 03:44:00 |
16 Dec 2024 |
Justinas StankeviÄŤius | I think that's a Flake-specific thing. Just use an initialized set for that, you can still set nixpkgs.* options in your nodes' configs and they shoul dwork. | 16:51:40 |
Tom | Regarding [#224 - New Release?](https://github.com/zhaofengli/colmena/issues/225). Are there any blockers? | 17:19:53 |
21 Dec 2024 |
| @otanaut:matrix.org joined the room. | 00:11:57 |
@otanaut:matrix.org | Hey, when using colmena with nixosConfigurations, as suggested in this Issus:https://github.com/zhaofengli/colmena/issues/60, where do i put the deplomeny.targetUser and targetHost properties? | 00:13:12 |
@otanaut:matrix.org | Do i still simply generate a `colmena.$name.deployment` attribute set? | 00:18:59 |