| 29 Nov 2024 |
/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 |
@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 `deploment.targetUser` and `targetHost` properties? | 00:19:10 |
dmoonfire | I'm trying to update from 24.05 to 24.11, but I'm hitting some annoying little burps. I did get around the impure by using the colmena github, but now I'm having trouble getting permittedInsecurePackages working. I have it in my flake at outputs.colmena.defaults.nixpkgs.config.permittedInsecurePackages, but it doesn't seem to be picking it up and allowing to install.
However, if I use export NIXPKGS_ALLOW_INSECURE=1 and --impure it works.
I also tried putting it in outputs.colmena.meta.nixpkgs = import ... { inherit system; nixpkgs.config... } but that didn't work.
Any suggestions? I'd really like not to work in --impure if possible. | 21:16:52 |