| 12 Sep 2022 |
mei 🌒& | at one point when i found out i dumped everything into a legacy folder and made everything modules until it worked again | 17:11:47 |
k0kada (he/him) | And so my config is a huge mess of conditional imports everywhere | 17:11:57 |
mei 🌒& | i see a convert-everything-to-module
| 17:12:19 |
k0kada (he/him) | I started rewriting a few months ago but have not found time to finish it | 17:12:21 |
mei 🌒& | i actually don't use flakes | 17:12:35 |
k0kada (he/him) | In reply to @ckie:ckie.dev i see a convert-everything-to-module
Yeah, this was this rewriting that didn't go well :D | 17:12:38 |
mei 🌒& | too restrictive | 17:13:05 |
mei 🌒& | almost everything is homegrown | 17:13:23 |
mei 🌒& | theres just niv and the insecure secrets module i stole from xe and fixed | 17:13:36 |
k0kada (he/him) | In reply to @ckie:ckie.dev too restrictive Before flakes I used to simply pin everything for each commit, but this started to get really tiring | 17:14:08 |
mei 🌒& | the dialect has gotten advanced enough that this whole service is just 32 lines | 17:14:16 |
k0kada (he/him) | I did took a look at niv, but eventually just decided to go full flakes | 17:14:35 |
mei 🌒& | i think flakes were a real shame | 17:14:47 |
mei 🌒& | sticking all the New Good Things in one thing was so stupid | 17:15:05 |
mei 🌒& | * sticking all the New Good Things in one thing was so stupid in hindsight | 17:15:12 |
mei 🌒& | like i occasionally get impurities and i have to weed them out manually because nix doesn't have a pureScope thing | 17:15:51 |
mei 🌒& | and it's nice to have a standard flake.lock but something like niv or whatever should've been softly adopted as The Official Solution perhaps | 17:17:02 |
k0kada (he/him) | Well, I miss a few things about flakes, but still like the idea in general | 17:17:08 |
mei 🌒& | and the standardized outputs are frankly a joke but the inputs part and the entrypoint spec is great and should've also been its own thing | 17:17:32 |
k0kada (he/him) | One thing that I really miss is having an input that doesn't propagate | 17:17:37 |
k0kada (he/him) | Like dev inputs | 17:17:41 |
mei 🌒& | the git tracking and source copying is absolutely stupid | 17:18:11 |
mei 🌒& | at least the impl, the idea has some merit | 17:18:27 |
mei 🌒& | like default.nix: import ./foo.nix, foo.nix empty staged file, unstaged changes with actual nix code | 17:19:11 |
mei 🌒& | and it still runs | 17:19:16 |
k0kada (he/him) | In reply to @k0kada:matrix.org Actually, maybe I should just add it to the module Well, another idea to do in NixCon Hackathon | 17:22:38 |
k0kada (he/him) | That or finally create a proper RetroArch module | 17:22:47 |
k0kada (he/him) | Or both :D | 17:22:55 |
mei 🌒& | i'd like nix to declare everything | 17:23:25 |
mei 🌒& | but rebuilds are so damn slow | 17:23:28 |