| 17 Jul 2022 |
Winter (she/her) | oh also can you run nix-instantiate --eval -E '(import <nixpkgs> {}).lib.nixpkgsVersion' | 05:03:20 |
rendakuenthusiast | I already did that, it's not just the function invocation, it's having the full block there too | 05:04:57 |
rendakuenthusiast | that command gets me:
trace: `lib.nixpkgsVersion` is deprecated, use `lib.version` instead!
"22.11pre388097.9a17f325397"
| 05:05:30 |
Winter (she/her) | can you switch your nixpkgs channel temporarily to nixos-unstable-small, update it, and try to apply again? (i'm not sure what that process looks like on non-NixOS) | 05:13:27 |
Winter (she/her) | it has a newer Nix version | 05:13:57 |
rendakuenthusiast | how do I do that? | 05:25:05 |
Winter (she/her) | nix-channel --add https://nixos.org/channels/nixos-unstable-small nixpkgs && nix-channel --update | 05:30:16 |
Winter (she/her) | you know better than me how to update Nix and such from that afterwards, though 😅 | 05:30:56 |
Winter (she/her) | (hopefully) | 05:31:04 |
rendakuenthusiast | ok I'll try that | 05:32:43 |
rendakuenthusiast | what is nixos-unstable-small? I"ve never seen that before | 05:32:51 |
rendakuenthusiast | anyway that did something | 05:32:57 |
Winter (she/her) | cool. can you update Nix (again, i assume you've done this before, if you haven't let me know and i can scour the docs), make sure nix --version reports 2.10.3, and try to apply it again? | 05:35:34 |
rendakuenthusiast | okay, I'm trying this again, and it seems to be taking longer and not crashing | 05:36:42 |
rendakuenthusiast | I assume it's updating every single package somehow | 05:36:50 |
rendakuenthusiast | so what maeks nixos-unstable-small different from nixos-unstable? | 05:38:50 |
Buckley | the -small channels have a smaller set of prebuilt packages, and less tests are required to pass for the channel to move forward | 05:40:14 |
Buckley | so the channel moves forward quicker | 05:40:33 |
rendakuenthusiast | okay nevermind that failed | 05:41:04 |
rendakuenthusiast | Activation failed: Child process exited with error code: 4
| Failed: Child process exited with error code: 4
| 05:41:28 |
Winter (she/her) | In reply to @rendakuenthusiast:imperishable.name okay nevermind that failed well it didn't segfault at least! | 05:43:56 |
rendakuenthusiast | okay if I try the deploy again and actually remove that stanza, it works | 05:46:52 |
Winter (she/her) | which stanza? | 05:58:56 |
rendakuenthusiast | the one with the vhost I was trying to get rid of | 07:24:44 |
| Christos Trochalakis joined the room. | 07:49:05 |
Christos Trochalakis | Hello! I am using colmena with flakes, is it possible to build node configurations with hydra (hydraJobs)? | 13:49:19 |
| wiredhikari left the room. | 15:12:28 |
Zhaofeng Li | In reply to @ctrochalakis:matrix.org Hello! I am using colmena with flakes, is it possible to build node configurations with hydra (hydraJobs)? You may be able to wrap the node configurations back into nixosSystems. The Colmena flake exposes the deploymentOptions NixOS module so the deployment.* options still work. | 19:49:35 |
| slby joined the room. | 20:08:22 |
| 18 Jul 2022 |
rendakuenthusiast | another weird issue I'm running into | 04:55:45 |