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 { in {
default = pkgs.${system}.mkShellNoCC { default = pkgs.${system}.mkShellNoCC {
packages = with pkgs.${system}; [ packages = with pkgs.${system}; [
(mkPoetryEnv { (mkPoetryEnv rec {
projectDir = self; projectDir = self;
preferWheels = true; preferWheels = true;
extras = ["*"]; extras = ["*"];
editablePackageSources = {speedtest_logging = src;}; editablePackageSources = {speedtest_logging = projectDir;};
}) })
poetry poetry
]; ];