diff --git a/flake.nix b/flake.nix index d03acdc..010704c 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,10 @@ poetry2nix = inputs.poetry2nix.lib.mkPoetry2Nix { inherit pkgs; }; in { ryuko-ng = with final; - poetry2nix.mkPoetryApplication rec { projectDir = self; }; + poetry2nix.mkPoetryApplication rec { + projectDir = self; + src = projectDir; + }; }; in flake-utils.lib.eachDefaultSystem (system: let