Move nix files to the top level

This commit is contained in:
Jaculabilis 2022-08-12 06:42:50 +00:00
parent ba9763484d
commit 47ca307f8e
4 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
};
defaultPackage = with pkgs.poetry2nix; mkPoetryApplication {
projectDir = builtins.path { path = ./.; name = pname; };
projectDir = builtins.path { path = ./server; name = pname; };
preferWheels = true;
};