| 13 Mar 2024 |
@dantefromhell:matrix.org | I'm using `poetry2nix` inside a flake and it duplicates my `systems` input via `inputs.flake-utils.systems`.
since `poetry2nix` already has `inputs.systems` I wonder if it's intentional that `flake-utils` is not following this input? | 15:05:22 |
| 14 Mar 2024 |
| @federicodschonborn:matrix.org left the room. | 02:04:48 |
| Vebjørn Halvorsen joined the room. | 12:31:31 |
Vebjørn Halvorsen | Im getting this error when trying to install tensorflow: 🤔
974| (old.buildInputs or [ ])
975| ++ [ pkgs.hdf5 self.pkg-config ]
| ^
976| ++ lib.optional mpiSupport mpi
Did you mean pkgconfig? | 12:32:31 |
| NixOS Moderation Botchanged room power levels. | 18:45:09 |
Charles Duffy | How does one set overlays &c when using mkPoetryScriptsPackage? I tried setting python = myPoetryEnv, but that's not actually putting the dependencies in that poetryEnv (which does have overrides &c defined) in the PYTHONPATH. | 20:40:19 |
| 15 Mar 2024 |
truh | In reply to @vbear:matrix.org Im getting this error when trying to install tensorflow: 🤔
974| (old.buildInputs or [ ]) 975| ++ [ pkgs.hdf5 self.pkg-config ] | ^ 976| ++ lib.optional mpiSupport mpi Did you mean pkgconfig? maybe you need self.pkgconfig instead of self.pkg-config | 11:05:14 |
| @grahamc:nixos.org joined the room. | 23:50:24 |