7 lines
161 B
Plaintext
Executable file
7 lines
161 B
Plaintext
Executable file
#!/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
|