| 14 Jun 2023 |
| raphi changed their display name from raphi (element unread channel fix when) to raphi. | 07:03:15 |
| 18 Jun 2023 |
| /madonius[er|he] changed their display name from /madonius [er|him] to madonius [PL]. | 11:55:16 |
| /madonius[er|he] changed their display name from madonius [PL] to /madonius[er|he]. | 15:29:33 |
| neverbehave joined the room. | 22:39:10 |
| 19 Jun 2023 |
| @rendakuenthusiast:imperishable.name joined the room. | 05:24:50 |
@rendakuenthusiast:imperishable.name | I'm trying to convert my colmena setup to flakes and am running into errors that I can't debug | 05:26:12 |
@rendakuenthusiast:imperishable.name | I have nixpkgs pinned to a specific hash on github with nixpkgs.url = "github:NixOS/nixpkgs/a12a82e90bcbff3f6fa72fc4e708d850da7e5e8b"; (same hash I had with my previous non-flakes setup) | 05:26:57 |
@rendakuenthusiast:imperishable.name | and then my colmena.meta.nixpkgs is: ``` nixpkgs = import nixpkgs { system = "x86_64-linux"; overlays = []; } ``` | 05:27:27 |
@rendakuenthusiast:imperishable.name | as per the documentation | 05:27:30 |
@rendakuenthusiast:imperishable.name | * and then my colmena.meta.nixpkgs is: ``` nixpkgs = import nixpkgs { system = "x86_64-linux"; overlays = []; } ``` | 05:27:39 |
@rendakuenthusiast:imperishable.name | * and then my colmena.meta.nixpkgs is: nixpkgs = import nixpkgs {
system = "x86\_64-linux";
overlays = \[];
} | 05:27:58 |
@rendakuenthusiast:imperishable.name | I'm seeing the error: error: The option `system' does not exist. Definition values:
- In `<unknown-file>': "x86_64-linux" | 05:28:24 |