Skip to content

Commit

Permalink
Copy just python files from cython_lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed Jan 9, 2024
1 parent cf19a80 commit a67155d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ with pkgs; dockerTools.buildLayeredImage {
cp "${./.}"/LICENSE .
cp "${./.}"/*.py .
cp -r "${./.}"/api .
cp -r "${./.}"/cython_lib .
cp -r "${./.}"/middlewares .
cp -r "${./.}"/models .
cp -r "${./.}"/states .
mkdir cython_lib
cp "${./.}"/cython_lib/*.py cython_lib
export PATH="${lib.makeBinPath shell.buildInputs}":$PATH
${shell.shellHook}
'';
Expand Down

0 comments on commit a67155d

Please sign in to comment.