| 9 Nov 2023 |
matthewcroughan | These are the two main problems I've encountered when using poetry2nix, having to vendor cargo.locks redundantly, and fighting with existing overrides | 14:10:05 |
adisbladis | Doing ifd by default is not an option | 14:10:27 |
matthewcroughan | I know it's a new issue however, and I've read the edge cases doc | 14:10:32 |
matthewcroughan | In reply to @adis:blad.is Doing ifd by default is not an option could be an option though right? | 14:10:43 |
matthewcroughan | mkPoetryApplication { allowIfd = true; } | 14:11:04 |
matthewcroughan | what is the main reason to not have IFD? Is it just to be compatible with nixpkgs? | 14:11:27 |
matthewcroughan | what dream2nix is doing, is having a lock file that can be generated and that could be put into nixpkgs | 14:11:45 |
matthewcroughan | vendoring one lock file for everything is more maintainable than vendoring x N lockfiles for N dependencie | 14:12:10 |
matthewcroughan | * vendoring one lock file for everything is more maintainable than vendoring x N lockfiles for N dependencies | 14:12:11 |
adisbladis | General slowness, surprising gc behaviour | 14:12:29 |
adisbladis | And so on and so forth | 14:12:45 |
matthewcroughan | I swear I saw something you made that was pure nix packaging for python projects | 14:13:06 |
matthewcroughan | like an alternative to poetry | 14:13:12 |