7 lines
161 B
Plaintext
7 lines
161 B
Plaintext
|
#!/usr/bin/env nix-shell
|
||
|
#!nix-shell -i bash -p poetry poetry2nix.cli
|
||
|
set -euo pipefail
|
||
|
rm -f ./poetry.lock ./poetry-git-overlay.nix
|
||
|
poetry lock
|
||
|
poetry2nix lock
|