24 Jul 2021 |
yusdacra | sure | 16:19:03 |
yusdacra | https://0x0.st/-WXa.txt | 16:21:08 |
yusdacra | this is the result of sudo nixos-rebuild boot | 16:21:21 |
yusdacra | * this is the result of sudo nixos-rebuild boot --show-tracfe | 16:21:24 |
yusdacra | * this is the result of sudo nixos-rebuild boot --show-trace | 16:21:26 |
yusdacra | maybe sending my flake.lock would also help? | 16:21:37 |
@timdeh:matrix.org | yusdacra: I just had this issue yesterday as I rebased on develop then as well, not sure if this is the case for you, but for me I ended up having to delete the users/modules/module-list.nix file which, after looking upstream shouldn't have been there anyway, guess it was leftover somehow. | 16:22:13 |
yusdacra | I don't have that file | 16:23:13 |
yusdacra | but i have modules/module-list.nix | 16:23:22 |
yusdacra | * but i have modules/module-list.nix | 16:23:25 |
yusdacra | error: value is a function while a set was expected
at /nix/store/g2g13rv513i8z8rav2imcfk49fm8bac1-source/lib/attrsets.nix:125:114:
124| filterAttrs = pred: set:
125| listToAttrs (concatMap (name: let v = set.${name}; in if pred name v then [(nameValuePair name v)] else []) (attrNames set));
| ^
126|
| 16:23:36 |
yusdacra | huh | 16:23:38 |
yusdacra | deleting it and rebuilding gives this error | 16:23:45 |
@timdeh:matrix.org | yeah I don't think that's supposed to be there either, I think it conflicts with the importModules function | 16:24:31 |
yusdacra | Hm well at least nix flake show works now | 16:25:50 |
yusdacra | 😅 | 16:25:55 |
David Arnold (blaggacao) | Those damn, module system errors. I hope we get better typing and merging from nickel soonish 🙏 | 16:26:01 |
David Arnold (blaggacao) | * Those damn module system errors. I hope we get better typing and merging from `nickel` soonish 🙏 | 16:26:07 |
David Arnold (blaggacao) | * Those damn module system errors. They are as informative as shit. I hope we get better typing and merging from `nickel` soonish 🙏 | 16:26:28 |
yusdacra | Agreed | 16:27:14 |
yusdacra | https://0x0.st/-WXM.txt | 16:27:45 |
yusdacra | This is the new error trace | 16:27:51 |
@timdeh:matrix.org | Yeah, I'm really keeping 🤞 that the errors will be far simple to debug thanks to the contract constraints. | 16:27:52 |
@timdeh:matrix.org | It looks like the only thing I can see in there from your config is the etc.registry portion, the rest is library traces | 16:29:48 |
@timdeh:matrix.org | * It looks like the only thing I can see in there from your config is the etc."nix/registry.json" portion, the rest is library traces | 16:30:20 |
yusdacra | Hmm | 16:30:23 |
yusdacra | Ah | 16:30:59 |
yusdacra |  Download image.png | 16:31:06 |
yusdacra | it was this | 16:31:10 |
yusdacra | yay, it's building, after fixing some ourLib errors | 16:32:24 |