| 2 Nov 2023 |
K900 | If it's still looping, it might just be a bug | 12:45:16 |
K900 | Or you might have a circular dependency somewhere | 12:45:22 |
K900 | That happens | 12:45:23 |
nazarewk | oh wait | 12:45:24 |
nazarewk | is it nixpkgs-unstable or nixos-unstable? | 12:46:33 |
K900 | Either one | 12:49:39 |
nazarewk | both seem to have nixpkgs at 0cbe9f69c234a7700596e943bfae7ef27a31b735 and poetry2nix at 349143fce1c8c38255fb8a8d99e2c0cd5854889c | 12:57:53 |
nazarewk | seems like I cannot use any poetry2nix package whatsoever in the private repo | 13:03:31 |
nazarewk | might be something weird with devenv, but I'm not sure what could it be | 13:03:54 |
nazarewk | I think it's loading too much of something at once at some point... | 13:22:13 |
nazarewk | yeah, devenv seems to be at fault here | 13:25:29 |
nazarewk | here we go with a bug report https://github.com/cachix/devenv/issues/859 | 14:26:13 |
nazarewk | I did create a working flake-only version and not working (pretty much OOTB after adding input) devenv configuration | 14:29:08 |
nazarewk | not sure how much is it poetry2nix doing something weird and how much devenv itself | 14:44:42 |
| 3 Nov 2023 |
adisbladis | Some project improvements:
I've set up Renovate (auto updater bot) & Mergify (auto-merge bot).
The Flake will be updated weekly & auto-merged by mergify if tests pass. | 01:57:56 |
| mib 🥐 changed their profile picture. | 13:55:56 |
l0b0 | GitHub is having a bad day: https://github.com/nix-community/poetry2nix/ and others are 404-ing. | 19:00:16 |
l0b0 | * FYI GitHub is having a bad day: https://github.com/nix-community/poetry2nix/ and others are 404-ing. | 19:00:22 |
l0b0 | * FYI GitHub is having a bad day: https://github.com/nix-community/poetry2nix/ and others are 404-ing. sed s/Compiling/GitHub is down/ https://xkcd.com/303/ | 19:02:39 |
l0b0 | * FYI GitHub is having a bad day: https://github.com/nix-community/poetry2nix/ and others are 404-ing. sed 's/Compiling!/GitHub is down!/' https://xkcd.com/303/ | 19:03:05 |
| 4 Nov 2023 |
@tcarlsdyfis:matrix.org | I think there might have been a regression, at least when using slightly older nixpkgs? -- moving from poetry2nix 2023-09-22 to 2023-11-03, when setting preferWheel = true, I'm getting a failure on account of /pkgs/development/python-modules/wheel/default.nix not accepting flit-core as an argument. | 20:50:44 |
@tcarlsdyfis:matrix.org | ...hm; bisection puts that as introduced just after a nixpkgs repin (updating the version of unstable being used at 7a5a5730d289097c1046993541a2de1b40d6f6b5)... well. If NixOS-23.05 isn't supported, that does explain things. | 21:08:35 |
| 5 Nov 2023 |
K900 | Yeah, I don't think it's viable to support 23.05 and unstable on the same codebase anymore | 03:12:21 |
adisbladis | I'm pretty salty about it | 03:43:19 |
K900 | I don't like it very much | 03:44:08 |
K900 | But I also don't know how we can avoid it | 03:44:14 |
adisbladis | I'm also pretty salty about the nixpkgs removal | 03:44:24 |
adisbladis | Because I think now there are 0 sane ways to package python stuff in nixpkgs | 03:44:35 |
K900 | Without, like, making all the bootstrap overrides conditional on nixpkgs versions | 03:44:39 |
K900 | In reply to@adis:blad.is Because I think now there are 0 sane ways to package python stuff in nixpkgs I actually think that moving more stuff like this out of tree is good | 03:45:21 |