| 31 Oct 2025 |
| Hemera left the room. | 19:15:19 |
@dawnofmidnight:catgirl.cloud | * you can at least work around 4 a little bit by having colmena set up the eval and then using nom directly, though you then have to colmena apply afterwards (which evals again). we just have a default.nix with (below, for a non-flake setup), and then use nom build -f . [optional system names]
let
pins = import ./npins;
eval = import "${pins.colmena}/src/nix/hive/eval.nix" { rawHive = import ./hive.nix; };
in
eval.toplevel
| 19:34:47 |
rosssmyth | You can see the final state before my revert here:
https://github.com/RossSmyth/nixos/commit/7c3e1b058a58535683970e75ace6e0b72decfadb | 20:33:37 |
Charles | i seem to be unable to send messages to the community team room now lol? | 21:12:51 |
Charles | but i can still send messages in the space room | 21:13:01 |
Charles | piegames: ^ | 21:13:10 |
piegames | yes I'm testing in that room | 21:13:38 |
Charles | oh okay | 21:13:48 |
piegames | because Matrix is a fuck and I have to edit the room state manually | 21:13:48 |
piegames | and I had to figure out what the correct JSON to fuck with is | 21:13:59 |
Charles | ouch | 21:13:59 |
Alexandra Østermark | matrix is truly having a bit of a moment | 21:14:07 |
Sofie 🏳️⚧️ (she/her) | nixpkgs.overlays = [
(_: prev: {
makeModulesClosure = x: prev.makeModulesClosure (x // { allowMissing = true; });
pythonPackagesExtensions = prev.pythonPackagesExtensions ++ [
(_: prev: builtins.listToAttrs (map (name:
{ name = name;
value = prev.${name}.overridePythonAttrs (_: { doCheck = false; });
}
) [ "dbus-next" "python-can" "curl-cffi" ])
)];
})
];
| 21:52:12 |
Sofie 🏳️⚧️ (she/her) | rpi is,,, well,,, fun | 21:52:18 |
Jassuko | Huh? | 22:02:07 |
Sofie 🏳️⚧️ (she/her) | * | 22:03:23 |
dr_teagle | speaking of colmena what are the benefits of it? is it for remotely deploying machines? | 22:59:48 |
antifuchs | I’ve seen it used mostly for deploying on remote machines, yes. Didn’t appeal to me so I wrote my own, with pre-condition checking (: | 23:15:19 |
| 1 Nov 2025 |
| zillion joined the room. | 00:23:18 |
zillion | Is this the right room to ask for help installing lix? If not, what is the right room? When I add 'nix.package = pkgs.lixPackageSets.stable.lix;' to configuration.nix and nixos-rebuild I get the error, ' error: attribute 'lixPackageSets' missing'. (I can post more, if it will help.) nix-channel --update didn't help I'm stuck. Thanks! | 00:26:42 |
zillion | In reply to @quadradical:federated.nexus i didnt even know you can type in spaces I was using Fractal on Nixos,, and it wouldn't show me the rooms in the space, but it let me type in the space, so…. It pissed people off. 'Sorry. I've switched to Android Schildichat on my phone. | 00:31:59 |
Charles | yeah this is the right room. what does nix-channel --list say | 00:37:03 |
Charles | to be clear people weren't pissed off at anyone in particular, it's just annoying that this is possible in the first place while some clients simultaneously make it impossible to view the timeline of spaces so they can't see what's going on there. not your fault really | 00:38:07 |
zillion | It says home-manager https://github…release-24.11.tar.gz nixos https://nixos.org/channels/nixos-24.11 | 00:40:43 |
Charles | well there's your problem | 00:41:24 |
zillion | 'Sorry for the delay: I'm on my phone, so I'm copying by hand. | 00:41:25 |
Charles | update to 25.05 and it'll probably work after that | 00:41:41 |
zillion | Yeah, how do I fix it? I've osed Nixos for about a week. | 00:42:08 |
Charles | curious how you ended up on 24.11 if you only started a week ago | 00:42:25 |
zillion | Ah! Will do. Thanks. | 00:42:29 |