Move nix files to the top level
This commit is contained in:
parent
ba9763484d
commit
47ca307f8e
|
@ -19,7 +19,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
defaultPackage = with pkgs.poetry2nix; mkPoetryApplication {
|
defaultPackage = with pkgs.poetry2nix; mkPoetryApplication {
|
||||||
projectDir = builtins.path { path = ./.; name = pname; };
|
projectDir = builtins.path { path = ./server; name = pname; };
|
||||||
preferWheels = true;
|
preferWheels = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue