Update editablePackageSources

This commit is contained in:
Evie Litherland-Smith 2024-03-24 11:57:49 +00:00
parent e2ffc04f8c
commit 54fdbf1c8e

View file

@ -26,11 +26,11 @@
in {
default = pkgs.${system}.mkShellNoCC {
packages = with pkgs.${system}; [
(mkPoetryEnv {
(mkPoetryEnv rec {
projectDir = self;
preferWheels = true;
extras = ["*"];
editablePackageSources = {speedtest_logging = src;};
editablePackageSources = {speedtest_logging = projectDir;};
})
poetry
];