| 11 Jul 2023 |
zowoq | Seems to be working now: https://hercules-ci.com/github/nix-community/dream2nix/jobs/1094 | 21:46:39 |
| 12 Jul 2023 |
phaer | In reply to @zowoq:matrix.org Seems to be working now: https://hercules-ci.com/github/nix-community/dream2nix/jobs/1094 Oh nice | 06:08:32 |
Ilan Joselevich (Kranzes) | In reply to @zowoq:matrix.org Seems to be working now: https://hercules-ci.com/github/nix-community/dream2nix/jobs/1094 Did you have to do anything? | 10:05:42 |
| 14 Jul 2023 |
@pta02:matrix.org | Hey, I'm the creator of the Nixvim project (https://github.com/pta2002/nixvim), which aims to allow for full configurability of neovim from nix. I have been more or less away from the project for a long time now, and most of the day-to-day running has been done by other maintainers. With all of this, I would like to know if there is a possibility of moving the project to the nix-community organization, since it seems like it'd be a good fit | 13:32:12 |
adisbladis | In reply to @pta02:matrix.org Hey, I'm the creator of the Nixvim project (https://github.com/pta2002/nixvim), which aims to allow for full configurability of neovim from nix. I have been more or less away from the project for a long time now, and most of the day-to-day running has been done by other maintainers. With all of this, I would like to know if there is a possibility of moving the project to the nix-community organization, since it seems like it'd be a good fit That looks like a great project to migrate over. The first step would be inviting you to the nix-community org so you can transfer it over and then we can set up a team to manage access. | 13:38:50 |
@pta02:matrix.org | If you could invite me then, I'd be more than happy to do that later in the day :) | 13:39:31 |
adisbladis | I've just sent you the invite | 13:39:46 |
@pta02:matrix.org | Transfered | 13:43:53 |
adisbladis | Sweet. I've changed the repo description & homepage link and set you back to admin.
I've also added a team and set you as the maintainer for that. | 13:49:48 |
@pta02:matrix.org | Awesome, I will configure everything tonight | 13:50:54 |
@pta02:matrix.org | Anything I need to do regarding CI? We're using github actions | 13:51:09 |
adisbladis | If you want to use the nix-community binary cache you can do that by setting the binary cache token (it's available in github actions org-wide) | 13:51:17 |
adisbladis | But for now you don't need to change anything | 13:51:23 |
@pta02:matrix.org | And circle CI for documentation, but that can be set up | 13:51:28 |
@pta02:matrix.org | Alright | 13:51:30 |
@pta02:matrix.org | * And circle CI for documentation, but that can be changed | 13:51:37 |
adisbladis | Re circle ci I don't know | 13:51:40 |
@pta02:matrix.org | Have been meaning to change it to GH actions for a while now so this seems like as good an opportunity as i'll get | 13:51:58 |
@pta02:matrix.org | Thanks for this, if I need help I'll mention it! | 13:52:28 |
adisbladis | No worries =) Don't hesitate. | 13:52:46 |
Mic92 | Pedro Alves: there is also hercules ci configured | 14:40:21 |
Mic92 | * Pedro Alves: there is also hercules ci configured (also uses the nix-community binary cache) | 14:41:57 |
Ilan Joselevich (Kranzes) | I advocate for using GHA for PRs and Hercules-CI for anything else as it doesn't support running on PRs from forks | 17:04:18 |
Ilan Joselevich (Kranzes) | enabling GHA is just one click anyway | 17:04:24 |
Ilan Joselevich (Kranzes) | and it will build all the flake outputs | 17:04:28 |
Ilan Joselevich (Kranzes) | and push to cache | 17:04:30 |
@pta02:matrix.org | We have our own CI setup for testing which runs nix flake check on all PRs | 19:45:23 |
@pta02:matrix.org | Using GitHub actions | 19:45:30 |
@pta02:matrix.org | Then we have circle CI building documentation on every push to main | 19:45:40 |
Ilan Joselevich (Kranzes) | Check if you can convert soem of it to Hercules-CI, I highly recommend. | 19:47:28 |