| 25 Feb 2026 |
raitobezarius | I'm low energy today so I may not get to the bottom of it | 14:10:51 |
K900 | I am migraine and I also know nothing about pasta so | 14:11:09 |
Yureka (she/her) | So home-manager is now broken with Lix, does anyone have ideas on how to deal with that? | 14:56:30 |
Yureka (she/her) | https://github.com/nix-community/home-manager/pull/8756 | 14:56:34 |
Yureka (she/her) | It seems there is already two code paths: one for nix-env, and one for nix profile | 15:05:04 |
Yureka (she/her) | This is decided based on existence of ${cfg.profileDirectory}/manifest.json | 15:05:12 |
Yureka (she/her) | My user profiles are really only used for home-manager, but I wouldn't know how to change them to nix-env based | 15:05:44 |
Yureka (she/her) | I now found https://git.lix.systems/lix-project/lix/issues/1139 | 15:08:05 |
Yureka (she/her) | So I guess deleting my ~/.nix-profile and recreating it using nix-env fixed this for now | 15:16:11 |
| 13 May 2024 |
| zrsk joined the room. | 13:37:30 |
| dariof4 joined the room. | 14:16:05 |
| abbe joined the room. | 14:42:22 |
mjm | lix is now in nixos-unstable, what's the best way to use it in a NixOS config? | 15:47:41 |
K900 | nix.package = pkgs.lix | 15:47:54 |
K900 | Probably | 15:47:58 |
K900 | Or just keep using the module | 15:48:02 |
puck | you can use nix.package = pkgs.lix; if you want; but using the overlay will guarantee more updates (tho less binary cache) | 15:48:44 |
mjm | well, the module/overlay doesn't easily support using the one from nixpkgs | 15:48:44 |
mjm | i do want more binary cache | 15:49:21 |
mjm | yeah i guess i'll just do nix.package then | 15:50:43 |
raitobezarius | to have binary cache and HEAD, we will probably need to track the channels and bolt a lix on there and rebuild with our own CI then push in our binary cache | 17:33:17 |
Charles | What's lix using as its binary cache? Attic? | 17:34:36 |
| Arian left the room. | 17:37:44 |
@tc424:glasgow.social | Last I heard they were using garage as the back end, and think about attic | 17:39:11 |
@tc424:glasgow.social | I don't know if that means they're just pushing directly into garage's s3 interface for the moment | 17:39:36 |
@tc424:glasgow.social | * Last I heard they were using garage as the back end, and thinking about attic | 17:39:57 |
raitobezarius | In reply to @charles:computer.surgery What's lix using as its binary cache? Attic? garage without attic | 17:41:16 |
raitobezarius | it's homemade just nix push thingie | 17:41:24 |
raitobezarius | and nix sign | 17:41:25 |
Qyriad | yep | 17:44:26 |