| 2 Jun 2024 |
jade_ | i also don't have such permissions | 00:58:18 |
jade_ | give me a little bit | 00:58:21 |
artemist | good luck | 01:02:54 |
artemist | https://gerrit.lix.systems/c/lix-installer/+/1375 (and that chain) is about the minimum of what I needed to get tests to build | 01:33:13 |
jade_ | (i did knock over the gerrit like a cat knocking over a vase) | 01:35:13 |
jade_ | (updating stuff and configs) | 01:35:20 |
jade_ | should work now | 01:36:50 |
jade_ | nope, that does not deploy. interesting | 01:39:53 |
artemist | What's the point of having flake-compat in a flake inputs if we don't use it in any sort of default.nix? | 01:40:13 |
jade_ | good question | 01:40:26 |
jade_ | also we have our own flake-compat fork | 01:40:31 |
jade_ | that is not used as a billboard for shilling flakehub | 01:40:41 |
jade_ | PERFECT ok replication wroks | 01:43:55 |
jade_ | yeah, ok, i think this is 100% gerrited properly | 01:45:55 |
jade_ | it would be great to have generalizable CI for other projects | 01:47:48 |
jade_ | but one thing at a time | 01:47:54 |
Qyriad | In reply to @artemist:mildlyfunctional.gay What's the point of having flake-compat in a flake inputs if we don't use it in any sort of default.nix? do we not use it in default.nix anymore? we used to | 01:48:32 |
artemist | In reply to @qyriad:katesiria.org do we not use it in default.nix anymore? we used to lix-installer doesn't have a default.nix | 01:48:54 |
jade_ | In reply to @kloenk:kloenk.eu only getting a You do not have the can-perform-mutations buildbot role. I just want to see some log what actually failed that's strange, you should have trusted-contributors role now at least | 01:49:38 |
jade_ | ah i missed a message | 01:50:07 |
jade_ | In reply to @k900:0upti.me Gitea doesn't know anything about the refs on gerrit we can fix this but we need to write a bot | 01:51:36 |
jade_ | unfortunately jade has a distinct lack of time but it would be so easy to write such a bot 🙃 | 01:52:02 |
jade_ | which means that you know who is going to do it? this girl. let's speedrun this while friend is doing paperwork | 01:52:28 |
Qyriad | In reply to @artemist:mildlyfunctional.gay lix-installer doesn't have a default.nix oh the installer oops | 01:53:32 |
Qyriad | In reply to @jade_:matrix.org which means that you know who is going to do it? this girl. let's speedrun this while friend is doing paperwork oh my gods jade. we were about to say it's fine and people can just cross link things aghdiahfsk | 01:54:03 |
jade_ | In reply to @qyriad:katesiria.org oh my gods jade. we were about to say it's fine and people can just cross link things aghdiahfsk you know I wrote this thing lmao https://github.com/mercurytechnologies/slacklinker | 01:55:27 |
raitobezarius | In reply to @jade_:matrix.org it would be great to have generalizable CI for other projects I have the PR for that | 02:57:25 |
| tauphi changed their profile picture. | 04:13:37 |
| Federico Damián Schonborn changed their profile picture. | 05:32:14 |
K900 | Lix 2.90.0-lixpre20240601-d374a99
Type :? for help.
nix-repl> foo = { "bar.baz" = 1; bar.baz = 2; }
nix-repl> foo.<Tab>bar
foo.bar foo.bar.baz
nix-repl> foo = { "bar.baz" = 1; }
nix-repl> foo.<Tab>bar.baz
error: attribute 'bar' missing
at «string»:1:1:
1| foo.bar.baz
| ^
| 15:32:23 |