diff --git a/flake.nix b/flake.nix index bf15169..684e0f9 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,6 @@ }; inventoryPackage = prev.poetry2nix.mkPoetryApplication { projectDir = ./.; - src = ./src; }; }) ];