22 Jul 2021 |
@timdeh:matrix.org | so maybe now is the time 🤔 | 18:23:58 |
@timdeh:matrix.org | * Which reminds me, when I first started using nix I would fantasize about a wrapper script called nixman because I really love pacman 's KISS interface. | 18:27:08 |
@gytis-ivaskevicius:matrix.org | *now its the time for Nix 3.0 interface ;) | 18:53:05 |
@timdeh:matrix.org | well the new nix command leaves me a bit less frustrated, and I don't really use the imperative installation commands anyway (I use run or shell instead), so maybe not 😅 | 19:13:47 |
@timdeh:matrix.org | Although I do want to maybe open an RFC or something to have upstream reconsider nix-dram, because it's just perfect | 19:14:16 |
David Arnold (blaggacao) | I very much think, an ever more active RFC process will be good for the community to un-stall all sort of things | 19:20:27 |
David Arnold (blaggacao) | * I very much think, an ever more active RFC process will be good for the community to un-stall all sort of things. | 19:20:32 |
23 Jul 2021 |
@gytis-ivaskevicius:matrix.org |  Download image.png | 07:55:41 |
@gytis-ivaskevicius:matrix.org | Also https://github.com/dramforever/nix-dram/pull/9 | 07:59:43 |
@timdeh:matrix.org | I guess it's up to me 😳 | 14:27:15 |
David Arnold (blaggacao) | fufexan sorry, I had to revertthe use of rakeLeaves in exportModules 🤕 | 20:29:36 |
David Arnold (blaggacao) | * fufexan sorry, I had to [revert](https://github.com/gytis-ivaskevicius/flake-utils-plus/commit/51a82925db31073bc4822c9b538a0a3ebf1134b2) the use of `rakeLeaves` in `exportModules` 🤕 | 20:29:41 |
24 Jul 2021 |
| yusdacra joined the room. | 15:47:14 |
yusdacra | error: value is a list while a set was expected
at /nix/store/g2g13rv513i8z8rav2imcfk49fm8bac1-source/lib/modules.nix:285:44:
284| options = {};
285| config = addFreeformType (addMeta (removeAttrs m ["_file" "key" "disabledModules" "require" "imports" "freeformType"]));
| ^
286| };
would anyone happen to have any idea as to why I get this error while building my config? I recently merged develop branch to try it out. Config is here https://github.com/yusdacra/nixos-config
| 15:49:44 |
David Arnold (blaggacao) | In reply to @blaggacao:matrix.org fufexan sorry, I had to revert the use of rakeLeaves in exportModules 🤕 yusdacra this revert solved the problem. | 16:03:53 |
David Arnold (blaggacao) | (iirc) -- in any case make sure to be on the latest tip of the respective (unstable) branches. | 16:04:50 |
David Arnold (blaggacao) | I hope we can cut a release soonish, I'm currently setting up a complete environment with the current state. | 16:05:21 |
David Arnold (blaggacao) | * I hope we can cut a release soonish, I'm currently setting up a complete environment with the current state to hopefully learn about any other regressions. | 16:05:58 |
yusdacra | Hm i see | 16:07:22 |
yusdacra | How would i make my config use the staging branch of fup? | 16:11:17 |
David Arnold (blaggacao) | In reply to @yusdacra:nixos.dev How would i make my config use the staging branch of fup? The latest tip of divnix/digga/main should have the corresponding fup commit locked. | 16:15:47 |
David Arnold (blaggacao) | (I pushed it yesterday) | 16:16:00 |
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 |