Update editablePackageSources
This commit is contained in:
parent
e2ffc04f8c
commit
54fdbf1c8e
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue