14 curl
-L -s https
://github.com
/nix-community
/poetry2nix
/archive
/master.
tar.gz |
tar -xz
15 mv poetry2nix-master
/* .
19 cp -r overrides pkgs hooks bin build
/
20 rm build
/shell.nix build
/generate.py build
/overlay.nix build
/flake.
* build
/check-fmt.nix build
/pkgs
/poetry
/update
*
22 cat > build
/README.md
<< EOF
23 Dont change these files here, they are maintained at https://github.com/nix-community/poetry2nix
25 The update procedure is as-follows:
26 1. Send your change to the upstream poetry2nix repository
27 2. Get it approved with tests passing
28 3. Run the update script in pkgs/development/tools/poetry2nix
31 rm -rf "$pwd/poetry2nix"
32 mv build
"$pwd/poetry2nix"