12 lines
256 B
Plaintext
Executable File
12 lines
256 B
Plaintext
Executable File
#!/usr/bin/env nix-shell
|
|
#! nix-shell -I nixpkgs=../../../../../. -i bash
|
|
set -eux
|
|
|
|
rm -f ./poetry.lock ./poetry-git-overlay.nix
|
|
|
|
poetry lock
|
|
|
|
# builtins.fetchGit is disabled in restricted eval
|
|
# Pin fixed-output derivations from lock file
|
|
poetry2nix lock
|