Skip to content

Commit

Permalink
Revert, Minor path correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed Jan 9, 2024
1 parent 8dab676 commit 9d50d8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ 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 9d50d8d

Please sign in to comment.