| 24 Jul 2021 |
David Arnold (blaggacao) | * (I pushed it yesterday) | 16:16:17 |
yusdacra |  Download image.png | 16:16:23 |
yusdacra | I have this in my inputs | 16:16:28 |
David Arnold (blaggacao) | Ah you mean the command? It's, within nix develop, do: nix flake lock --update-input digga | 16:17:08 |
David Arnold (blaggacao) | (the devshell has the ominous follows patch) | 16:17:48 |
yusdacra | Hmm, still getting the same error | 16:17:53 |
David Arnold (blaggacao) | Ok, next step is to appreciate the traceback. Can you link to a pastbin entry of it? | 16:18:49 |
David Arnold (blaggacao) | --show-trace | 16:18:59 |
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 |