6 lines
107 B
Plaintext
6 lines
107 B
Plaintext
|
#!/usr/bin/env nix-shell
|
||
|
#! nix-shell -i bash -p poetry poetry2nix.cli
|
||
|
set -eu
|
||
|
poetry lock
|
||
|
poetry2nix lock
|