| 26 Jan 2023 |
dminuoso | hexa: Sure, at the end its on our schedule, we're just lagging behind ever so slightly., | 07:48:58 |
dminuoso | It's sometimes difficult to do what seems to be the right thing when there's additional external constraints. Priorities over priorities. | 07:51:12 |
dminuoso | Zhaofeng Li: The warning still persists in nixos-22.11. Something is quirky here. | 08:13:29 |
dminuoso | Let me ask differently. Am I supposed to configure nixpkgs inside the initialization import sources.nixpkgs { allowFree = true; } or as a nixos option nixpkgs.config.allowUnfree = true;? | 08:14:05 |
Zhaofeng Li | In reply to @dminuoso:matrix.org Zhaofeng Li: The warning still persists in nixos-22.11. Something is quirky here. Oh right, you may be using the released 0.3 version which doesn't have this: https://github.com/zhaofengli/colmena/commit/b5629dca | 08:15:47 |
Zhaofeng Li | I was going to cut the 0.4.0 release but got sidetracked by so much other stuff 🙁 | 08:16:21 |
Zhaofeng Li | In reply to @dminuoso:matrix.org Let me ask differently. Am I supposed to configure nixpkgs inside the initialization import sources.nixpkgs { allowFree = true; } or as a nixos option nixpkgs.config.allowUnfree = true;? Either should work and it should merge the configs correctly | 08:17:19 |
dminuoso | But only on the not-yet-released colmena. | 08:17:31 |
dminuoso | Is there anything I can do to speed up the release? :) | 08:18:31 |