17 Nov 2024 |
just1602 | I'd suspect it is this commit: https://github.com/nix-community/nixd/commit/1cf9ec0a82bcac57c7c12b6378bd8c28513cd3a6
But I'm really not experience enough with lix and the nix ecosystem in general to bisect it easily and validate it | 21:21:16 |
Dettorer | it's weird though, I'm able to build nixd from nixpkgs's master and nixos-unstable branch if I just nix build .#nixd in nixpkgs' repository | 21:21:17 |
just1602 | Are you running nixos-unstable on your system? | 21:22:47 |
Dettorer | yes, I have a flake-based configuration with the nixos-unstable branch of nixpkgs as an input | 21:23:47 |
Dettorer | and I make the lix module follow my nixpkgs version | 21:24:21 |
just1602 | Ok, I have the same setup | 21:24:44 |
aftix | yeah, if I force nix to build nixt (no substituters) without overriding nix -> lix on unstable then it builds, but overriding and it fails to build | 21:28:53 |
Dettorer | oh, how do you override it? my nix command is already lix | 21:29:35 |
aftix | i just used the nix repl to try both in a clean env, the lix overlay is going to have it build with lix in a configuration | 21:30:50 |
Dettorer | ok | 21:31:12 |
aftix | try adding an overlay while keeping the lix overlay to get nixt to use specifically cppnix 2.24:
final: prev: {
nixt = prev.nixt.override {
nix = final.nixVersions.nix_2_24;
};
}
| 21:36:12 |
Dettorer | I think I'll just wait for whatever the problem is to be fixed, I don't use nixd often enough for it to really be a problem if it's not available for some time, but I'll keep that in case I need it, thanks | 21:47:30 |
just1602 | I had to do the override for both nixt and nixd , but it works. :) | 21:56:15 |
| crimsonk9 joined the room. | 22:16:01 |
leo60228 | it seems like --option substituters 'http://example.com' no longer overrides the default substituters (or maybe it never did?) | 22:41:40 |
leo60228 | is this expected behavior and if so how do i actually do that | 22:42:17 |
leo60228 | oh this was something briefly broken on HEAD and already fixed nm | 22:43:56 |
leo60228 | inconvenient since i ran into this while trying to update lix, but | 22:44:09 |
leo60228 | (https://gerrit.lix.systems/c/lix/+/2169) | 22:44:43 |
18 Nov 2024 |
Kamil Yousuf | Download Screenshot From 2024-11-17 22-36-22.png | 03:37:02 |
Kamil Yousuf | uhh I think the commit history tracker broke | 03:37:09 |
Kamil Yousuf | sorry I've never posted in here before; just wanted to say that Lix has been working great for me, and I appreciate all the effort that has been put into it! | 03:40:58 |
just1602 | Yeah, people in Lix Development channel have notice it, and it's supposed to be fixed tomorrow morning when someone with access to the server will wake up and get on the computer :) | 03:52:36 |
epetousis | Redacted or Malformed Event | 06:42:28 |
| jappie joined the room. | 07:31:36 |
| aktaboot changed their profile picture. | 08:03:06 |
| gal_bolle joined the room. | 09:27:50 |
| Brisingr05 changed their display name from brisingr05 to Brisingr05. | 18:17:47 |
| Dom 'shymega' Rodriguez joined the room. | 19:56:35 |
Dom 'shymega' Rodriguez | Hey all! I'm exploring Lix - and I've run into a few blocks.
- When rebuilding my NixOS config, or using a command like
nix profile , I get the following warning: error: profile manifest '/home/dominic.rodriguez/.local/state/nix/profiles/profile/manifest.json' has unsupported version 3
- I was also wondering, is there a homeModule? I have standalone Home Manager configs, that would need to use Lix
| 20:01:18 |